Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ token = os.environ["HF_TOKEN"]
|
|
25 |
# ํ ํฌ๋์ด์ ๊ฐ ์ค๋ฅ๋๋ ๋ฌธ์ ๊ฐ ์์ด์ NousResearch/Llama-2-7b-hf๋ฅผ ์
|
26 |
# ํ๊ตญ์ด ๋ชจ๋ธ ํ ํฌ๋์ด์ ๋ก ๋ฐ๊ฟ๋ด beomi/llama-2-ko-7b
|
27 |
# apple/OpenELM-1.1B ํ ํฌ๋์ด์ ๋ง ํฌ๊ฒ ํด๋ด <- ์๋จ
|
28 |
-
# apple/OpenELM-
|
29 |
model = AutoModelForCausalLM.from_pretrained(
|
30 |
"apple/OpenELM-270M-Instruct",
|
31 |
token=token,
|
|
|
25 |
# ํ ํฌ๋์ด์ ๊ฐ ์ค๋ฅ๋๋ ๋ฌธ์ ๊ฐ ์์ด์ NousResearch/Llama-2-7b-hf๋ฅผ ์
|
26 |
# ํ๊ตญ์ด ๋ชจ๋ธ ํ ํฌ๋์ด์ ๋ก ๋ฐ๊ฟ๋ด beomi/llama-2-ko-7b
|
27 |
# apple/OpenELM-1.1B ํ ํฌ๋์ด์ ๋ง ํฌ๊ฒ ํด๋ด <- ์๋จ
|
28 |
+
# apple/OpenELM-270M-Instruct๋ก ๋๋ค ๋ณ๊ฒฝ ํด๋ด <- ์๋จ
|
29 |
model = AutoModelForCausalLM.from_pretrained(
|
30 |
"apple/OpenELM-270M-Instruct",
|
31 |
token=token,
|