Thireus commited on
Commit
8880198
·
1 Parent(s): 2be9751

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,6 +59,6 @@ python convert.py -i ~/float16_safetensored/WizardLM-70B-V1.0-HF -o ~/EXL2/Wizar
59
  (*) Use any one of the following scripts to convert your local pytorch_model bin files to safetensors:
60
 
61
  - https://github.com/turboderp/exllamav2/blob/master/util/convert_safetensors.py (official exllamav2)
62
- - https://huggingface.co/Panchovix/airoboros-l2-70b-gpt4-1.4.1-safetensors/blob/main/bin2safetensors/convert.py (fastest)
63
  - https://gist.github.com/epicfilemcnulty/1f55fd96b08f8d4d6693293e37b4c55e#file-2safetensors-py
64
  - https://github.com/oobabooga/text-generation-webui/blob/main/convert-to-safetensors.py (best for sharding)
 
59
  (*) Use any one of the following scripts to convert your local pytorch_model bin files to safetensors:
60
 
61
  - https://github.com/turboderp/exllamav2/blob/master/util/convert_safetensors.py (official exllamav2)
62
+ - https://huggingface.co/Panchovix/airoboros-l2-70b-gpt4-1.4.1-safetensors/blob/main/bin2safetensors/convert.py (recommended)
63
  - https://gist.github.com/epicfilemcnulty/1f55fd96b08f8d4d6693293e37b4c55e#file-2safetensors-py
64
  - https://github.com/oobabooga/text-generation-webui/blob/main/convert-to-safetensors.py (best for sharding)