JUNGU commited on
Commit
81e5bac
1 Parent(s): ecf6383

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-3B-Instruct",
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
  )