quazim commited on
Commit
1011ea0
·
verified ·
1 Parent(s): 7d93b81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-schnell.
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-schnell": 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