dad1909 commited on
Commit
9b94180
·
verified ·
1 Parent(s): 9e407fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ print("Starting model and tokenizer loading...")
25
 
26
  # Load the model and tokenizer
27
  model, tokenizer = FastLanguageModel.from_pretrained(
28
- model_name=model_base,
29
  max_seq_length=max_seq_length,
30
  dtype=dtype,
31
  load_in_4bit=load_in_4bit,
 
25
 
26
  # Load the model and tokenizer
27
  model, tokenizer = FastLanguageModel.from_pretrained(
28
+ model_name=models,
29
  max_seq_length=max_seq_length,
30
  dtype=dtype,
31
  load_in_4bit=load_in_4bit,