Update README.md (#10)
Browse files- Update README.md (16b6a919b3e0c077cf9681c5fa23487be51b7c5d)
README.md
CHANGED
@@ -93,7 +93,11 @@ To work with our models just run these lines in your terminal:
|
|
93 |
|
94 |
```shell
|
95 |
pip install thestage
|
96 |
-
pip install elastic_models
|
|
|
|
|
|
|
|
|
97 |
pip install flash_attn==2.7.3 --no-build-isolation
|
98 |
pip uninstall apex
|
99 |
echo "{
|
|
|
93 |
|
94 |
```shell
|
95 |
pip install thestage
|
96 |
+
pip install elastic_models==0.0.3\
|
97 |
+
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
98 |
+
--extra-index-url https://pypi.nvidia.com\
|
99 |
+
--extra-index-url https://pypi.org/simple
|
100 |
+
|
101 |
pip install flash_attn==2.7.3 --no-build-isolation
|
102 |
pip uninstall apex
|
103 |
echo "{
|