Arun Kumar Tiwary commited on
Commit
91d2c59
1 Parent(s): ae919d8

Update convert.sh

Browse files
Files changed (1) hide show
  1. convert.sh +1 -1
convert.sh CHANGED
@@ -1,3 +1,3 @@
1
- python llm/llama.cpp/convert-hf-to-gguf.py /home/amd/workspace/Arun/data_dir/llamaCpp/ollama/models/meta-llama/Meta-Llama-3-70B --outtype f16 --outfile output/Meta-Llama-3-70B_fp16.bin
2
  #python llm/llama.cpp/convert-hf-to-gguf.py models/meta-llama/llama3_model/ --outtype f16 --outfile output/Meta-Llama-3-8B-Instruct_fp16.bin
3
  #python llm/llama.cpp/convert.py ./llama2_model --outtype f16 --outfile output/converted_f16.bin
 
1
+ python llm/llama.cpp/convert-hf-to-gguf.py models/meta-llama/Meta-Llama-3-70B --outtype f16 --outfile output/Meta-Llama-3-70B_fp16.bin
2
  #python llm/llama.cpp/convert-hf-to-gguf.py models/meta-llama/llama3_model/ --outtype f16 --outfile output/Meta-Llama-3-8B-Instruct_fp16.bin
3
  #python llm/llama.cpp/convert.py ./llama2_model --outtype f16 --outfile output/converted_f16.bin