lamhieu commited on
Commit
66ae6a4
·
1 Parent(s): 2a77289

chore: update model id

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