[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
3e5279b705
commit
1a34cd6cda
2 changed files with 2 additions and 3 deletions
|
|
@ -452,9 +452,7 @@ class VideoBackend:
|
|||
kwargs.get("hf_token"),
|
||||
cancel_event = self._cancel_event,
|
||||
)
|
||||
kwargs["_base_local_dir"] = self._predownload_base(
|
||||
base, kwargs.get("hf_token"), kind
|
||||
)
|
||||
kwargs["_base_local_dir"] = self._predownload_base(base, kwargs.get("hf_token"), kind)
|
||||
self.load_pipeline(**kwargs)
|
||||
with self._lock:
|
||||
if self._load_token == token:
|
||||
|
|
|
|||
|
|
@ -1040,6 +1040,7 @@ def test_second_dit_view_write_through():
|
|||
view.flag = "set"
|
||||
assert pipe.flag == "set"
|
||||
|
||||
|
||||
# ── scoped base-repo download ─────────────────────────────────────────────────
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue