Update README.md
Browse files
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
|