lint : update
This commit is contained in:
parent
7642973616
commit
4e3e6d8ecc
2 changed files with 4 additions and 1 deletions
2
.github/workflows/python-lint.yml
vendored
2
.github/workflows/python-lint.yml
vendored
|
@ -21,4 +21,4 @@ jobs:
|
||||||
uses: py-actions/flake8@v2
|
uses: py-actions/flake8@v2
|
||||||
with:
|
with:
|
||||||
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
|
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"
|
||||||
|
|
3
requirements/requirements-convert-hf-to-gguf-convert.txt
Normal file
3
requirements/requirements-convert-hf-to-gguf-convert.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
-r ./requirements-convert.txt
|
||||||
|
torch~=2.1.1
|
||||||
|
einops~=0.7.0
|
Loading…
Add table
Add a link
Reference in a new issue