You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: monkeypatch secondary reference to gguf_sd_loader()
`gguf_sd_loader()` has multiple references in the codebase. It is imported before monkeypatching, so we need to monkeypatch another reference to it. This fixes tests for `ModelOnDisk.load_state_dict()`.
0 commit comments