Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ def lookup_crs_value(crs_key):
|
|
77 |
###########################################
|
78 |
# ToDo move functions to utils and model specifications to config file!
|
79 |
# Configuration for the dedicated model
|
80 |
-
#https://
|
81 |
DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
82 |
-
DEDICATED_ENDPOINT = "https://
|
83 |
# Write access token from the settings
|
84 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|
85 |
|
|
|
77 |
###########################################
|
78 |
# ToDo move functions to utils and model specifications to config file!
|
79 |
# Configuration for the dedicated model
|
80 |
+
# https://nwea79x4q1clc89l.eu-west-1.aws.endpoints.huggingface.cloud # 12k token
|
81 |
DEDICATED_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
82 |
+
DEDICATED_ENDPOINT = "https://qu2d8m6dmsollhly.us-east-1.aws.endpoints.huggingface.cloud"
|
83 |
# Write access token from the settings
|
84 |
WRITE_ACCESS_TOKEN = st.secrets["Llama_3_1"]
|
85 |
|