We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c02a02f + 9b4ec47 commit a2516fbCopy full SHA for a2516fb
.github/workflows/pylint.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.8", "3.9", "3.10"]
+ python-version: ["3.9", "3.10"]
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python ${{ matrix.python-version }}
requirements.txt
@@ -7,7 +7,7 @@ numpy<3.0.0
7
torch~=2.4.1
8
sentencepiece~=0.2.0
9
setuptools~=74.1.2
10
-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 commit comments