haixuantao
commited on
Commit
•
48299b0
1
Parent(s):
357c750
Adding line explicitingrequirement on latest transformers
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ Create a new conda environment for idefics2. This requirements file suppose that
|
|
12 |
```bash
|
13 |
conda create -n idefics2 python=3.10
|
14 |
pip install -r requirements.txt
|
|
|
15 |
```
|
16 |
|
17 |
```bash
|
|
|
12 |
```bash
|
13 |
conda create -n idefics2 python=3.10
|
14 |
pip install -r requirements.txt
|
15 |
+
pip install -e <PATH TO LATEST TRANSFOMERS VERSION>
|
16 |
```
|
17 |
|
18 |
```bash
|