Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ token = os.environ["HF_TOKEN"]
|
|
27 |
# apple/OpenELM-1.1B 토크나이저만 크게 해봄 <- 안됨
|
28 |
# apple/OpenELM-3B-Instruct로 둘다 변경 해봄 <- 안됨
|
29 |
model = AutoModelForCausalLM.from_pretrained(
|
30 |
-
"apple/OpenELM-
|
31 |
token=token,
|
32 |
trust_remote_code=True,
|
33 |
)
|
|
|
27 |
# apple/OpenELM-1.1B 토크나이저만 크게 해봄 <- 안됨
|
28 |
# apple/OpenELM-3B-Instruct로 둘다 변경 해봄 <- 안됨
|
29 |
model = AutoModelForCausalLM.from_pretrained(
|
30 |
+
"apple/OpenELM-270M-Instruct",
|
31 |
token=token,
|
32 |
trust_remote_code=True,
|
33 |
)
|