Kaichengalex commited on
Commit
fb9401c
·
verified ·
1 Parent(s): 1c88305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -50,6 +50,7 @@ cd UniME
50
  conda create -n uniME python=3.10 -y
51
  conda activate uniME
52
  pip install -r requirements.txt
 
53
  ```
54
 
55
  ```python
 
50
  conda create -n uniME python=3.10 -y
51
  conda activate uniME
52
  pip install -r requirements.txt
53
+ pip install transformers==4.49.0
54
  ```
55
 
56
  ```python