indiejoseph commited on
Commit
61b9b9f
1 Parent(s): c9d32e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ if not torch.cuda.is_available():
23
 
24
 
25
  if torch.cuda.is_available():
26
- model_id = "hon9kon9ize/CantoneseLLMChat-preview20240326"
27
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
28
  model = torch.compile(model)
29
  tokenizer = AutoTokenizer.from_pretrained(model_id)
 
23
 
24
 
25
  if torch.cuda.is_available():
26
+ model_id = "hon9kon9ize/CantoneseLLMChat-v0.5"
27
  model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")
28
  model = torch.compile(model)
29
  tokenizer = AutoTokenizer.from_pretrained(model_id)