Update README.md
Browse files
README.md
CHANGED
|
@@ -82,13 +82,6 @@ pip install elastic_models[nvidia]\
|
|
| 82 |
|
| 83 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 84 |
pip uninstall apex
|
| 85 |
-
echo "{
|
| 86 |
-
"meta-llama/Llama-3.2-1B-Instruct": 6,
|
| 87 |
-
"mistralai/Mistral-7B-Instruct-v0.3": 7,
|
| 88 |
-
"black-forest-labs/FLUX.1-dev": 1,
|
| 89 |
-
"black-forest-labs/FLUX.1-dev": 5
|
| 90 |
-
}" > model_name_id.json
|
| 91 |
-
export ELASTIC_MODEL_ID_MAPPING=./model_name_id.json
|
| 92 |
```
|
| 93 |
|
| 94 |
Then go to [app.thestage.ai](https://app.thestage.ai), login and generate API token from your profile page. Set up API token as follows:
|
|
|
|
| 82 |
|
| 83 |
pip install flash_attn==2.7.3 --no-build-isolation
|
| 84 |
pip uninstall apex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
```
|
| 86 |
|
| 87 |
Then go to [app.thestage.ai](https://app.thestage.ai), login and generate API token from your profile page. Set up API token as follows:
|