From 4e3e6d8ecca0460f5ade8284fb8fa77964cd5fd0 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 28 Apr 2024 21:16:50 +0300 Subject: [PATCH] lint : update --- .github/workflows/python-lint.yml | 2 +- requirements/requirements-convert-hf-to-gguf-convert.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 requirements/requirements-convert-hf-to-gguf-convert.txt diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index f4ae65495..ad7d71f43 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -21,4 +21,4 @@ jobs: uses: py-actions/flake8@v2 with: ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503" - exclude: "examples/*,examples/*/**,*/**/__init__.py" + exclude: "examples/*,examples/*/**,*/**/__init__.py/convert-hf-to-gguf-update.py" diff --git a/requirements/requirements-convert-hf-to-gguf-convert.txt b/requirements/requirements-convert-hf-to-gguf-convert.txt new file mode 100644 index 000000000..6ce840d73 --- /dev/null +++ b/requirements/requirements-convert-hf-to-gguf-convert.txt @@ -0,0 +1,3 @@ +-r ./requirements-convert.txt +torch~=2.1.1 +einops~=0.7.0