Skip to content

Commit 078cfb4

Browse files
committed
[Doc] Update README.
1 parent a9e9831 commit 078cfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Running STEP.2: Install T-MAC C++
351351
cmake --build . --target install --config Release
352352
Running STEP.3: Convert HF to GGUF
353353
Running command in /Users/user/jianyu/T-MAC/3rdparty/llama.cpp:
354-
python convert-hf-to-gguf-t-mac.py /Users/user/Downloads/test_models/hf-bitnet-3B --outtype i2 --outfile /Users/user/Downloads/test_models/hf-bitnet-3B/ggml-model.i2.gguf --kcfg /Users/user/jianyu/T-MAC/install/lib/kcfg.ini
354+
python convert-hf-to-gguf.py /Users/user/Downloads/test_models/hf-bitnet-3B --outtype i2 --outfile /Users/user/Downloads/test_models/hf-bitnet-3B/ggml-model.i2.gguf --kcfg /Users/user/jianyu/T-MAC/install/lib/kcfg.ini --enable-t-mac
355355
Running STEP.4: Build llama.cpp CMakeFiles
356356
Running command in /Users/user/jianyu/T-MAC/3rdparty/llama.cpp/build:
357357
cmake .. -DLLAMA_TMAC=ON -DCMAKE_PREFIX_PATH=/Users/user/jianyu/T-MAC/install/lib/cmake/t-mac -DCMAKE_BUILD_TYPE=Release -DLLAMA_LLAMAFILE_DEFAULT=OFF -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

0 commit comments

Comments
 (0)