Update README.md
Browse files
README.md
CHANGED
|
@@ -91,6 +91,8 @@ To work with our models just run these lines in your terminal:
|
|
| 91 |
```shell
|
| 92 |
pip install thestage
|
| 93 |
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
|
|
|
|
|
|
| 94 |
|
| 95 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 96 |
pip uninstall apex
|
|
|
|
| 91 |
```shell
|
| 92 |
pip install thestage
|
| 93 |
pip install 'thestage-elastic-models[nvidia]' --extra-index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple
|
| 94 |
+
pip install transformers==4.52.3
|
| 95 |
+
pip install diffusers==0.35.1
|
| 96 |
|
| 97 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 98 |
pip uninstall apex
|