Update config/docker_hosting.json
Browse files
config/docker_hosting.json
CHANGED
@@ -7,7 +7,12 @@
|
|
7 |
"models": {
|
8 |
"facebook/opt-125m": null,
|
9 |
"gpt2": null,
|
10 |
-
"distilgpt2": null
|
|
|
|
|
|
|
|
|
|
|
11 |
},
|
12 |
"default_model": "gpt2"
|
13 |
}
|
|
|
7 |
"models": {
|
8 |
"facebook/opt-125m": null,
|
9 |
"gpt2": null,
|
10 |
+
"distilgpt2": null,
|
11 |
+
"meta-llama/Llama-2-7b-hf": null,
|
12 |
+
"meta-llama/Llama-2-7b-chat-hf": null,
|
13 |
+
|
14 |
+
"meta-llama/Llama-2-13b-hf": null,
|
15 |
+
"meta-llama/Llama-2-13b-chat-hf": null
|
16 |
},
|
17 |
"default_model": "gpt2"
|
18 |
}
|