Update handler.py
Browse files- 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
|
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 |
|