maderix commited on
Commit
b97fdb6
1 Parent(s): 6515d51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,4 +14,5 @@ Installation instructions as mentioned in above repo:
14
  5. Run python cuda_setup.py install in venv
15
  6. You can either convert the llama models yourself with the instructions from GPTQ-for-llama repo
16
  7. or directly use these weights by individually downloading them following these instructions (https://huggingface.co/docs/huggingface_hub/guides/download)
17
- 8. Profit!
 
 
14
  5. Run python cuda_setup.py install in venv
15
  6. You can either convert the llama models yourself with the instructions from GPTQ-for-llama repo
16
  7. or directly use these weights by individually downloading them following these instructions (https://huggingface.co/docs/huggingface_hub/guides/download)
17
+ 8. Profit!
18
+ 9. Best results are obtained by putting a repetition_penalty(~1/0.85),temperature=0.7 in model.generate() for most LLaMA models