Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ max_seq_length = 2048
|
|
| 16 |
dtype = None # Auto detection of dtype
|
| 17 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
| 18 |
|
| 19 |
-
peft_model_name = "limitedonly41/
|
| 20 |
|
| 21 |
# Initialize model and tokenizer variables
|
| 22 |
model = None
|
|
|
|
| 16 |
dtype = None # Auto detection of dtype
|
| 17 |
load_in_4bit = True # Use 4-bit quantization to reduce memory usage
|
| 18 |
|
| 19 |
+
peft_model_name = "limitedonly41/website_qwen2_7b_2"
|
| 20 |
|
| 21 |
# Initialize model and tokenizer variables
|
| 22 |
model = None
|