From 358277e7a07d96e3ba3944c9d3516dc74e27de30 Mon Sep 17 00:00:00 2001 From: layerdiffusion <19834515+lllyasviel@users.noreply.github.com> Date: Thu, 15 Aug 2024 01:47:59 -0700 Subject: [PATCH] remove unused files --- packages_3rdparty/gguf/gguf.py | 15 --------------- packages_3rdparty/gguf/py.typed | 0 2 files changed, 15 deletions(-) delete mode 100644 packages_3rdparty/gguf/gguf.py delete mode 100644 packages_3rdparty/gguf/py.typed diff --git a/packages_3rdparty/gguf/gguf.py b/packages_3rdparty/gguf/gguf.py deleted file mode 100644 index 651a81eb..00000000 --- a/packages_3rdparty/gguf/gguf.py +++ /dev/null @@ -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) diff --git a/packages_3rdparty/gguf/py.typed b/packages_3rdparty/gguf/py.typed deleted file mode 100644 index e69de29b..00000000