Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,9 @@ 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 1
|
24 |
-
|
|
|
25 |
|
26 |
```python
|
27 |
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 |
+
|
25 |
+
**WARNING 2**: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
|
26 |
|
27 |
```python
|
28 |
from peft import PeftModel, PeftConfig
|