Spaces:
Sleeping
Sleeping
Update model_params.cfg
Browse files- model_params.cfg +2 -2
model_params.cfg
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Configuration for the dedicated model
|
2 |
-
DEDICATED_MODEL =
|
3 |
-
DEDICATED_ENDPOINT =
|
4 |
# Write access token from the settings
|
5 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|
|
|
1 |
# Configuration for the dedicated model
|
2 |
+
DEDICATED_MODEL = meta-llama/Llama-3.1-8B-Instruct
|
3 |
+
DEDICATED_ENDPOINT = https://nwea79x4q1clc89l.eu-west-1.aws.endpoints.huggingface.cloud
|
4 |
# Write access token from the settings
|
5 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|