Cicici1109 commited on
Commit
e4b0032
·
verified ·
1 Parent(s): 5f84ebe

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -4
utils.py CHANGED
@@ -81,10 +81,6 @@ def load_all_lora_adapters():
81
  }
82
 
83
  for adapter_name, weight_path in LORA_ADAPTERS.items():
84
- if not os.path.exists(weight_path):
85
- print(f"Warning: LoRA weight file not found: {weight_path}")
86
- continue
87
-
88
  try:
89
  pipe.load_lora_weights(
90
  "Cicici1109/IEAP",
 
81
  }
82
 
83
  for adapter_name, weight_path in LORA_ADAPTERS.items():
 
 
 
 
84
  try:
85
  pipe.load_lora_weights(
86
  "Cicici1109/IEAP",