ci : use convert-hf-to-gguf.py
This commit is contained in:
parent
d2182dac9d
commit
8def9633e2
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ function gg_run_pythia_2_8b {
|
|||
(time cmake -DCMAKE_BUILD_TYPE=Release ${CMAKE_EXTRA} -DLLAMA_CUDA=1 .. ) 2>&1 | tee -a $OUT/${ci}-cmake.log
|
||||
(time make -j ) 2>&1 | tee -a $OUT/${ci}-make.log
|
||||
|
||||
python3 ../convert.py ${path_models}
|
||||
python3 ../convert-hf-to-gguf.py ${path_models}
|
||||
|
||||
model_f16="${path_models}/ggml-model-f16.gguf"
|
||||
model_q8_0="${path_models}/ggml-model-q8_0.gguf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue