Texttra commited on
Commit
02a888b
·
verified ·
1 Parent(s): aa7960a

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -24,7 +24,7 @@ class EndpointHandler:
24
  weight_name="Bh0r-10.safetensors",
25
  adapter_name="bh0r_lora"
26
  )
27
- self.pipe.set_adapters(["bh0r_lora"], adapter_weights=[0.9])
28
 
29
  print("✅ Bh0r LoRA loaded with 0.9 weight.")
30
 
 
24
  weight_name="Bh0r-10.safetensors",
25
  adapter_name="bh0r_lora"
26
  )
27
+ self.pipe.set_adapters(["bh0r_lora"], adapter_weights=[1.0])
28
 
29
  print("✅ Bh0r LoRA loaded with 0.9 weight.")
30