admincybers2 commited on
Commit
35f8fd8
·
verified ·
1 Parent(s): 635b1f2

Update app.py

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