Spaces:
Runtime error
Runtime error
yentinglin
commited on
Commit
•
5f7b1ee
1
Parent(s):
f5b207c
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ max_prompt_length = 8192 - MAX_MAX_NEW_TOKENS - 10
|
|
78 |
|
79 |
openai.api_base = endpoint_url
|
80 |
|
81 |
-
model_name = "yentinglin/Llama-3-Taiwan-
|
82 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
83 |
|
84 |
with gr.Blocks() as demo:
|
|
|
78 |
|
79 |
openai.api_base = endpoint_url
|
80 |
|
81 |
+
model_name = "yentinglin/Llama-3-Taiwan-70B-Instruct"
|
82 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
83 |
|
84 |
with gr.Blocks() as demo:
|