lamhieu commited on
Commit
c5cee39
·
1 Parent(s): 97bc842

chore: update model id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ if not torch.cuda.is_available():
250
 
251
 
252
  if torch.cuda.is_available():
253
- model_id = "lamhieu/ghost-8b-beta-disl-0x5"
254
  model_tk = os.getenv("HF_TOKEN", None)
255
  model = AutoModelForCausalLM.from_pretrained(
256
  model_id,
 
250
 
251
 
252
  if torch.cuda.is_available():
253
+ model_id = "ghost-x/ghost-8b-beta"
254
  model_tk = os.getenv("HF_TOKEN", None)
255
  model = AutoModelForCausalLM.from_pretrained(
256
  model_id,