Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ base_model:
|
|
| 5 |
base_model_relation: quantized
|
| 6 |
---
|
| 7 |
|
| 8 |
-
# Elastic model: Fastest self-serving models. FLUX.1-
|
| 9 |
|
| 10 |
Elastic models are the models produced by TheStage AI ANNA: Automated Neural Networks Accelerator. ANNA allows you to control model size, latency and quality with a simple slider movement. For each model, ANNA produces a series of optimized models:
|
| 11 |
|
|
@@ -84,7 +84,7 @@ pip uninstall apex
|
|
| 84 |
echo "{
|
| 85 |
"meta-llama/Llama-3.2-1B-Instruct": 6,
|
| 86 |
"mistralai/Mistral-7B-Instruct-v0.3": 7,
|
| 87 |
-
"black-forest-labs/FLUX.1-
|
| 88 |
"black-forest-labs/FLUX.1-dev": 5
|
| 89 |
}" > model_name_id.json
|
| 90 |
export ELASTIC_MODEL_ID_MAPPING=./model_name_id.json
|
|
|
|
| 5 |
base_model_relation: quantized
|
| 6 |
---
|
| 7 |
|
| 8 |
+
# Elastic model: Fastest self-serving models. FLUX.1-dev.
|
| 9 |
|
| 10 |
Elastic models are the models produced by TheStage AI ANNA: Automated Neural Networks Accelerator. ANNA allows you to control model size, latency and quality with a simple slider movement. For each model, ANNA produces a series of optimized models:
|
| 11 |
|
|
|
|
| 84 |
echo "{
|
| 85 |
"meta-llama/Llama-3.2-1B-Instruct": 6,
|
| 86 |
"mistralai/Mistral-7B-Instruct-v0.3": 7,
|
| 87 |
+
"black-forest-labs/FLUX.1-dev": 1,
|
| 88 |
"black-forest-labs/FLUX.1-dev": 5
|
| 89 |
}" > model_name_id.json
|
| 90 |
export ELASTIC_MODEL_ID_MAPPING=./model_name_id.json
|