Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from unsloth import FastLanguageModel
|
|
| 4 |
|
| 5 |
# Configuration Variables
|
| 6 |
model_name = "unsloth/Llama-3.2-3B-Instruct-bnb-4bit" # Replace with your actual model name
|
| 7 |
-
lora_adapter = "Braszczynski/Llama-3.2-3B-Instruct-bnb-4bit-460steps"
|
| 8 |
|
| 9 |
max_seq_length = 512 # Adjust as needed
|
| 10 |
dtype = None # Example dtype, adjust based on your setup
|
|
|
|
| 4 |
|
| 5 |
# Configuration Variables
|
| 6 |
model_name = "unsloth/Llama-3.2-3B-Instruct-bnb-4bit" # Replace with your actual model name
|
| 7 |
+
lora_adapter = "Braszczynski/Llama-3.2-3B-Instruct-bnb-4bit-merged-v2-460steps"
|
| 8 |
|
| 9 |
max_seq_length = 512 # Adjust as needed
|
| 10 |
dtype = None # Example dtype, adjust based on your setup
|