IlyaGusev commited on
Commit
9799c60
1 Parent(s): b3268e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,7 +20,8 @@ Based on [LLaMA-2 7B HF](https://huggingface.co/meta-llama/Llama-2-7b-hf).
20
 
21
  Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
22
 
23
- WARNING: Run with the development version of `transformers` and `peft`!
 
24
 
25
  ```python
26
  from peft import PeftModel, PeftConfig
 
20
 
21
  Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
22
 
23
+ WARNING 1: Run with the development version of `transformers` and `peft`!
24
+ WARNING 2: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
25
 
26
  ```python
27
  from peft import PeftModel, PeftConfig