oobabooga commited on
Commit
7336423
1 Parent(s): 9d7c677

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Converted with the following command
2
+
3
+ ```
4
+ python convert_llama_weights_to_hf.py --input_dir /models/LLaMA/ --model_size 7B --output_dir /tmp/converted
5
+ ```
6
+
7
+ using [convert_llama_weights_to_hf.py](https://github.com/huggingface/transformers/blob/main/src/transformers/models/llama/convert_llama_weights_to_hf.py), commit `d2ffc3f`.