Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,11 @@ Training framework: https://github.com/hiyouga/LLaMA-Factory
|
|
| 13 |
|
| 14 |
Please follow the baichuan-7B License to use this model.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
Usage:
|
| 17 |
```python
|
| 18 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
|
|
|
| 13 |
|
| 14 |
Please follow the baichuan-7B License to use this model.
|
| 15 |
|
| 16 |
+
To install the necessary package, run the following command:
|
| 17 |
+
```
|
| 18 |
+
pip install transformers==4.33.2
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
Usage:
|
| 22 |
```python
|
| 23 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|