Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
Browse files Browse the repository at this point in the history
  • Loading branch information
leafspark committed Sep 15, 2024
2 parents c02a02f + 9b4ec47 commit a2516fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy<3.0.0
torch~=2.4.1
sentencepiece~=0.2.0
setuptools~=74.1.2
huggingface-hub~=0.24.6
huggingface-hub~=0.24.7
transformers~=4.44.2
fastapi~=0.114.0
fastapi~=0.114.2
uvicorn~=0.30.6

0 comments on commit a2516fb

Please sign in to comment.