mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-02 11:39:48 +00:00
remove unused files
This commit is contained in:
15
packages_3rdparty/gguf/gguf.py
vendored
15
packages_3rdparty/gguf/gguf.py
vendored
@@ -1,15 +0,0 @@
|
||||
# This file left for compatibility. If you want to use the GGUF API from Python
|
||||
# then don't import gguf/gguf.py directly. If you're looking for examples, see the
|
||||
# examples/ directory for gguf-py
|
||||
|
||||
import importlib
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
|
||||
# Compatibility for people trying to import gguf/gguf.py directly instead of as a package.
|
||||
importlib.invalidate_caches()
|
||||
import gguf # noqa: E402
|
||||
|
||||
importlib.reload(gguf)
|
||||
0
packages_3rdparty/gguf/py.typed
vendored
0
packages_3rdparty/gguf/py.typed
vendored
Reference in New Issue
Block a user