[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
90f9e97302
commit
37d11a967e
1 changed files with 1 additions and 3 deletions
|
|
@ -1105,7 +1105,5 @@ def test_gguf_background_loads_never_download_companions():
|
|||
inference = _read_backend("core/inference/inference.py")
|
||||
# The vision processor fallback stays on the (possibly rewritten local)
|
||||
# load path instead of refetching by repo id.
|
||||
assert (
|
||||
"config.base_model if config.is_lora else config.path" in inference
|
||||
)
|
||||
assert "config.base_model if config.is_lora else config.path" in inference
|
||||
assert "config.base_model if config.is_lora else config.identifier" not in inference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue