Update README.md
Browse files
README.md
CHANGED
|
@@ -61,6 +61,7 @@ pipeline_tag: image-to-text
|
|
| 61 |
conda create -n midm-vision python=3.10 -y
|
| 62 |
conda activate midm-vision
|
| 63 |
pip install -e .
|
|
|
|
| 64 |
```
|
| 65 |
|
| 66 |
### 📥 다운로드 방법
|
|
|
|
| 61 |
conda create -n midm-vision python=3.10 -y
|
| 62 |
conda activate midm-vision
|
| 63 |
pip install -e .
|
| 64 |
+
pip install flash-attn==2.5.2 --no-build-isolation
|
| 65 |
```
|
| 66 |
|
| 67 |
### 📥 다운로드 방법
|