Hongbin37 commited on
Commit
b6978fc
β€’
1 Parent(s): 71e2d03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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