Spaces:
Sleeping
Sleeping
Update utils/config.py
Browse files- utils/config.py +1 -1
utils/config.py
CHANGED
@@ -41,5 +41,5 @@ model_dict = {
|
|
41 |
'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
|
42 |
'Llama3.2-1B': 'meta-llama/Llama-3.2-1B-Instruct',
|
43 |
'Gemma2-2B': 'google/gemma-2-2b-it',
|
44 |
-
'Llama-3.1-8B'
|
45 |
}
|
|
|
41 |
'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
|
42 |
'Llama3.2-1B': 'meta-llama/Llama-3.2-1B-Instruct',
|
43 |
'Gemma2-2B': 'google/gemma-2-2b-it',
|
44 |
+
'Llama-3.1-8B': 'meta-llama/Llama-3.1-8B-Instruct'
|
45 |
}
|