JUNGU commited on
Commit
a09d9b5
·
verified ·
1 Parent(s): 9fc8253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ model = AutoModelForCausalLM.from_pretrained(
27
  trust_remote_code=True,
28
  )
29
  tok = AutoTokenizer.from_pretrained(
30
- "NousResearch/Llama-2-7b-hf",
31
  token=token,
32
  trust_remote_code=True,
33
  )
 
27
  trust_remote_code=True,
28
  )
29
  tok = AutoTokenizer.from_pretrained(
30
+ "beomi/llama-2-ko-7b",
31
  token=token,
32
  trust_remote_code=True,
33
  )