File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ Running STEP.2: Install T-MAC C++
351
351
cmake --build . --target install --config Release
352
352
Running STEP.3: Convert HF to GGUF
353
353
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
355
355
Running STEP.4: Build llama.cpp CMakeFiles
356
356
Running command in /Users/user/jianyu/T-MAC/3rdparty/llama.cpp/build:
357
357
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++
You can’t perform that action at this time.
0 commit comments