OzTianlu commited on
Commit
9302526
·
verified ·
1 Parent(s): 61f4875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ MODEL_ID = "NoesisLab/Kai-30B-Instruct"
7
 
8
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
9
  model = AutoModelForCausalLM.from_pretrained(
10
- "NoesisLab/Spartacus-1B-Instruct",
11
  )
12
 
13
  @spaces.GPU
 
7
 
8
  tokenizer = AutoTokenizer.from_pretrained(MODEL_ID, trust_remote_code=True)
9
  model = AutoModelForCausalLM.from_pretrained(
10
+ "NoesisLab/Kai-30B-Instruct",
11
  )
12
 
13
  @spaces.GPU