Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Commit
•
41f032f
1
Parent(s):
d3f75b3
Update constants/models.py
Browse files- constants/models.py +1 -1
constants/models.py
CHANGED
@@ -11,7 +11,7 @@ MODEL_MAP = {
|
|
11 |
"default": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
12 |
"Qwen2-72B": "Qwen/Qwen2-72B",
|
13 |
"Qwen2-7B-Instruct": "Qwen/Qwen2-7B-Instruct",
|
14 |
-
"llama3" : "meta-llama/Meta-Llama-3-8B-Instruct"
|
15 |
}
|
16 |
|
17 |
AVAILABLE_MODELS = list(MODEL_MAP.keys())
|
|
|
11 |
"default": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
|
12 |
"Qwen2-72B": "Qwen/Qwen2-72B",
|
13 |
"Qwen2-7B-Instruct": "Qwen/Qwen2-7B-Instruct",
|
14 |
+
"llama3-8b" : "meta-llama/Meta-Llama-3-8B-Instruct"
|
15 |
}
|
16 |
|
17 |
AVAILABLE_MODELS = list(MODEL_MAP.keys())
|