Update app.py
Browse files
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=
|
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,
|