Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
29 |
token=token,
|
30 |
trust_remote_code=True,
|
31 |
)
|
32 |
-
tok = AutoTokenizer.from_pretrained("apple/OpenELM-3B-Instruct", token=token)
|
33 |
|
34 |
# 종료 토큰 ID 설정
|
35 |
terminators = [
|
|
|
29 |
token=token,
|
30 |
trust_remote_code=True,
|
31 |
)
|
32 |
+
tok = AutoTokenizer.from_pretrained("apple/OpenELM-3B-Instruct", token=token, trust_remote_code=True)
|
33 |
|
34 |
# 종료 토큰 ID 설정
|
35 |
terminators = [
|