oobabooga commited on
Commit
5034ac0
1 Parent(s): 7336423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +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`.
 
1
+ Converted 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`:
2
+
3
 
4
  ```
5
  python convert_llama_weights_to_hf.py --input_dir /models/LLaMA/ --model_size 7B --output_dir /tmp/converted
6
  ```
7