Skip to content

Commit a3a5e3c

Browse files
authored
Add gemma 7B it to old models (#995)
1 parent fce611a commit a3a5e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ OLD_MODELS=`[
255255
{"name":"openchat/openchat_3.5"},
256256
{"name":"openchat/openchat-3.5-1210"},
257257
{"name": "tiiuae/falcon-180B-chat"},
258-
{"name": "codellama/CodeLlama-34b-Instruct-hf"}
258+
{"name": "codellama/CodeLlama-34b-Instruct-hf"},
259+
{"name": "google/gemma-7b-it"}
259260
]`
260261

261262
TASK_MODEL='mistralai/Mistral-7B-Instruct-v0.1'

0 commit comments

Comments
 (0)