Files
Ahma-7B/convert_to_hf_model.sh

4 lines
148 B
Bash
Raw Normal View History

JAX_PLATFORM_NAME=cpu python3 -m EasyLM.models.llama.convert_easylm_to_hf \
--load_checkpoint='' \
--model_size='7b' \
--output_dir='./'