Spaces:
Build error
Build error
Add gemma 7B it to old models (#995)
Browse files- .env.template +2 -1
.env.template
CHANGED
@@ -255,7 +255,8 @@ OLD_MODELS=`[
|
|
255 |
{"name":"openchat/openchat_3.5"},
|
256 |
{"name":"openchat/openchat-3.5-1210"},
|
257 |
{"name": "tiiuae/falcon-180B-chat"},
|
258 |
-
{"name": "codellama/CodeLlama-34b-Instruct-hf"}
|
|
|
259 |
]`
|
260 |
|
261 |
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.1'
|
|
|
255 |
{"name":"openchat/openchat_3.5"},
|
256 |
{"name":"openchat/openchat-3.5-1210"},
|
257 |
{"name": "tiiuae/falcon-180B-chat"},
|
258 |
+
{"name": "codellama/CodeLlama-34b-Instruct-hf"},
|
259 |
+
{"name": "google/gemma-7b-it"}
|
260 |
]`
|
261 |
|
262 |
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.1'
|