Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ if not hf_token:
|
|
12 |
login(token=hf_token)
|
13 |
|
14 |
# Base and LoRA model paths
|
15 |
-
base_model_id = "unsloth/gemma-2-9b"
|
16 |
lora_model_id = "Futuresony/future_12_10_2024"
|
17 |
|
18 |
# Load tokenizer and base model
|
|
|
12 |
login(token=hf_token)
|
13 |
|
14 |
# Base and LoRA model paths
|
15 |
+
base_model_id = "unsloth/gemma-2-9b-bnb-4bit"
|
16 |
lora_model_id = "Futuresony/future_12_10_2024"
|
17 |
|
18 |
# Load tokenizer and base model
|