Futuresony commited on
Commit
7a5ec34
·
verified ·
1 Parent(s): ba09697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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