LLM-Models / convert.sh
Arun Kumar Tiwary
Update convert.sh
91d2c59 verified
raw
history blame
No virus
375 Bytes
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
#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
#python llm/llama.cpp/convert.py ./llama2_model --outtype f16 --outfile output/converted_f16.bin