psyche commited on
Commit
209d329
1 Parent(s): 4b9b79f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ if not torch.cuda.is_available():
50
 
51
  if torch.cuda.is_available():
52
  model_id = "psyche/llama3-8b-instruct-ko"
53
- model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", load_in_4bit=True, revision="v4.0")
54
  tokenizer = AutoTokenizer.from_pretrained(model_id)
55
 
56
 
 
50
 
51
  if torch.cuda.is_available():
52
  model_id = "psyche/llama3-8b-instruct-ko"
53
+ model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto", load_in_4bit=True, revision="v4.1")
54
  tokenizer = AutoTokenizer.from_pretrained(model_id)
55
 
56