mirror of https://github.com/leafspark/AutoGGUF
Merge branch 'main' of https://github.com/leafspark/AutoGGUF
This commit is contained in:
commit
a2516fb3f6
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.8", "3.9", "3.10"]
|
python-version: ["3.9", "3.10"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
|
@ -7,7 +7,7 @@ numpy<3.0.0
|
||||||
torch~=2.4.1
|
torch~=2.4.1
|
||||||
sentencepiece~=0.2.0
|
sentencepiece~=0.2.0
|
||||||
setuptools~=74.1.2
|
setuptools~=74.1.2
|
||||||
huggingface-hub~=0.24.6
|
huggingface-hub~=0.24.7
|
||||||
transformers~=4.44.2
|
transformers~=4.44.2
|
||||||
fastapi~=0.114.0
|
fastapi~=0.114.2
|
||||||
uvicorn~=0.30.6
|
uvicorn~=0.30.6
|
||||||
|
|
Loading…
Reference in New Issue