You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
## News
9
9
10
-
- 08/17/2024 🚀: T-MAC now supports most quantized models in GPTQ format without the need to manually set kernel shapes!
10
+
- 08/17/2024 🚀: T-MAC now supports 1/2/4-bit quantized models of (almost) any architecture in GPTQ format.
11
11
12
12
- 08/14/2024 🚀: The T-MAC GEMM (N>1) kernels are now integrated into llama.cpp to accelerate prefill. Check [Prefill speedup](#prefill-speedup) for speedup.
13
13
@@ -246,7 +246,7 @@ As clang tools in Visual Studio are in fact emulated x64 tools, please install t
246
246
- Download Ninja from [Release Page](https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-winarm64.zip) and add to Path.
247
247
- Install Clang from [Release Page](https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-woa64.exe).
248
248
249
-
Starting the following commands **outside of Developer Command Prompt/Powershell for VS** to ensure our native clang tools are used.
249
+
Run the following commands **outside of Developer Command Prompt/Powershell for VS** to ensure our native clang tools are used.
0 commit comments