John Ho commited on
Commit
2a8e63b
·
1 Parent(s): ad7bf1a

added torchvision

Browse files
.github/workflows/deploy_to_hf_space.yaml CHANGED
@@ -69,8 +69,8 @@ jobs:
69
  - name: Commit requirements.txt if changed
70
  if: ${{ steps.check_pyproject.outputs.pyproject_exists == 'true' }}
71
  run: |
72
- git config user.name "github-actions[bot]"
73
- git config user.email "github-actions[bot]@users.noreply.github.com"
74
  git add requirements.txt
75
  git commit -m "chore: update requirements.txt [auto-generated by CI]"
76
  echo "requirements.txt committed."
 
69
  - name: Commit requirements.txt if changed
70
  if: ${{ steps.check_pyproject.outputs.pyproject_exists == 'true' }}
71
  run: |
72
+ # git config user.name "github-actions[bot]"
73
+ # git config user.email "github-actions[bot]@users.noreply.github.com"
74
  git add requirements.txt
75
  git commit -m "chore: update requirements.txt [auto-generated by CI]"
76
  echo "requirements.txt committed."
pyproject.toml CHANGED
@@ -9,5 +9,6 @@ dependencies = [
9
  "transformers>=4.49.0",
10
  "pydantic==2.10.6",
11
  "loguru>=0.7.3",
12
- "qwen-vl-utils>=0.0.11"
 
13
  ]
 
9
  "transformers>=4.49.0",
10
  "pydantic==2.10.6",
11
  "loguru>=0.7.3",
12
+ "qwen-vl-utils>=0.0.11",
13
+ "torchvision==0.19.0",
14
  ]