YokaiKoibito commited on
Commit
4eccb86
1 Parent(s): d311910

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,4 +1,4 @@
1
  ---
2
  license: llama2
3
  ---
4
- This is an fp16 copy of [jarradh/llama2_70b_chat_uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored) for faster downloading and less disk space usage. I simply imported the model to CPU with torch_dtype=torch.float16 and then exported it again.
 
1
  ---
2
  license: llama2
3
  ---
4
+ This is an fp16 copy of [jarradh/llama2_70b_chat_uncensored](https://huggingface.co/jarradh/llama2_70b_chat_uncensored) for faster downloading and less disk space usage than the fp32 original. I simply imported the model to CPU with torch_dtype=torch.float16 and then exported it again.