Update README.md
#12
by
hypothetical
- opened
README.md
CHANGED
@@ -94,19 +94,13 @@ To work with our models just run these lines in your terminal:
|
|
94 |
|
95 |
```shell
|
96 |
pip install thestage
|
97 |
-
pip install elastic_models
|
98 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
99 |
--extra-index-url https://pypi.nvidia.com\
|
100 |
--extra-index-url https://pypi.org/simple
|
101 |
|
102 |
pip install flash_attn==2.7.3 --no-build-isolation
|
103 |
pip uninstall apex
|
104 |
-
echo "{
|
105 |
-
"meta-llama/Llama-3.2-1B-Instruct": 6,
|
106 |
-
"mistralai/Mistral-7B-Instruct-v0.3": 7,
|
107 |
-
"black-forest-labs/FLUX.1-schnell": 1,
|
108 |
-
"black-forest-labs/FLUX.1-dev": 5
|
109 |
-
}" > model_name_id.json
|
110 |
export ELASTIC_MODEL_ID_MAPPING=./model_name_id.json
|
111 |
```
|
112 |
|
|
|
94 |
|
95 |
```shell
|
96 |
pip install thestage
|
97 |
+
pip install elastic_models[nvidia]\
|
98 |
--index-url https://thestage.jfrog.io/artifactory/api/pypi/pypi-thestage-ai-production/simple\
|
99 |
--extra-index-url https://pypi.nvidia.com\
|
100 |
--extra-index-url https://pypi.org/simple
|
101 |
|
102 |
pip install flash_attn==2.7.3 --no-build-isolation
|
103 |
pip uninstall apex
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
export ELASTIC_MODEL_ID_MAPPING=./model_name_id.json
|
105 |
```
|
106 |
|