Skip to content

Commit

Permalink
Add new keys to weights skip
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 21, 2024
1 parent fd2185b commit 3786061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def is_prepared(self, vmfbs, weights):
missing.append(key + " vmfb")

for w_key in weights:
if any(x in w_key for x in ["pipeline", "scheduler"]) or (
if any(x in w_key for x in ["fullpipeline", "unetloop", "scheduler"]) or (
self.external_weights is None
):
continue
Expand Down

0 comments on commit 3786061

Please sign in to comment.