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