abubakarilyas624 commited on
Commit
1a69037
·
verified ·
1 Parent(s): 0609e6d

Update config/docker_hosting.json

Browse files
Files changed (1) hide show
  1. config/docker_hosting.json +6 -1
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
  }