Spaces:
Paused
Paused
admincybers2
commited on
Update app.py
Browse files
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=
|
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,
|