Problem with HF LLaMA conversion script step 5
#48
by
DevVipin
- opened
I followed all the steps, but now I am facing a problem in Step 5, which is the HF LLaMA conversion script. I have the original LLaMA 30B weights. I am using databricks.
python src/transformers/models/llama/convert_llama_weights_to_hf.py --input_dir /dbfs/filepath/LLaMaweights/ --output_dir /dbfs/filepath/LLaMaweights/weights_hf --model_size 30B
However, after running the above line successfully as mentioned in Step 5, nothing is saved in my output directory except an empty temporary folder. What should I do to ensure a successful conversion?