From c9d2c5a43fa05adbab75f1797f19502573154189 Mon Sep 17 00:00:00 2001 From: David Koleczek <45405824+DavidKoleczek@users.noreply.github.com> Date: Sun, 26 May 2024 17:34:48 +0000 Subject: [PATCH] fix docs --- noxfile.py | 2 +- src/not_again_ai/local_llm/huggingface/__init__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/not_again_ai/local_llm/huggingface/__init__.py diff --git a/noxfile.py b/noxfile.py index 3b7ca43..df08d59 100644 --- a/noxfile.py +++ b/noxfile.py @@ -11,7 +11,7 @@ @session(python=["3.11", "3.12"]) def test(s: Session) -> None: - s.install(".[llm,statistics,viz]", "pytest", "pytest-cov", "pytest-randomly") + s.install(".[llm,local_llm,statistics,viz]", "pytest", "pytest-cov", "pytest-randomly") # Skip tests in directories specified by the SKIP_TESTS_NAII environment variable. skip_tests = os.getenv("SKIP_TESTS_NAAI", "") diff --git a/src/not_again_ai/local_llm/huggingface/__init__.py b/src/not_again_ai/local_llm/huggingface/__init__.py new file mode 100644 index 0000000..e69de29