We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef07e2 commit d3ae0eeCopy full SHA for d3ae0ee
.github/workflows/python-check-requirements.yml
@@ -6,15 +6,13 @@ on:
6
- '.github/workflows/python-check-requirements.yml'
7
- 'scripts/check-requirements.sh'
8
- 'convert*.py'
9
- - 'requirements.txt'
10
- - 'requirements/*.txt'
+ - '**/requirements*.txt'
11
pull_request:
12
paths:
13
14
15
16
17
18
19
concurrency:
20
group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
examples/llava/requirements.txt
@@ -2,4 +2,4 @@
2
--extra-index-url https://download.pytorch.org/whl/cpu
3
pillow~=10.2.0
4
torch~=2.2.1
5
-torchvision==0.17.1
+torchvision~=0.17.1
0 commit comments