We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4ba0a commit 93f71d9Copy full SHA for 93f71d9
tests/lora/utils.py
@@ -142,7 +142,6 @@ def _cache_base_pipeline_output(self):
142
143
all_scheduler_names = [scheduler_cls.__name__ for scheduler_cls in self.scheduler_classes]
144
if cached_base_pipe_outs and all(k in cached_base_pipe_outs for k in all_scheduler_names):
145
- __import__("ipdb").set_trace()
146
return
147
148
for scheduler_cls in self.scheduler_classes:
0 commit comments