Spaces:
Running
Running
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:
|