Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from transformers import LlamaTokenizer, LlamaForCausalLM
|
|
3 |
import torch
|
4 |
import os # os ๋ชจ๋ ์ํฌํธ
|
5 |
|
6 |
-
model_id = 'Bllossom/llama-3-Korean-Bllossom-
|
7 |
|
8 |
# ํ๊ฒฝ ๋ณ์์์ ์ก์ธ์ค ํ ํฐ ๊ฐ์ ธ์ค๊ธฐ
|
9 |
hf_access_token = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|
|
|
3 |
import torch
|
4 |
import os # os ๋ชจ๋ ์ํฌํธ
|
5 |
|
6 |
+
model_id = 'Bllossom/llama-3.2-Korean-Bllossom-3B'
|
7 |
|
8 |
# ํ๊ฒฝ ๋ณ์์์ ์ก์ธ์ค ํ ํฐ ๊ฐ์ ธ์ค๊ธฐ
|
9 |
hf_access_token = os.getenv('HUGGINGFACEHUB_API_TOKEN')
|