Skip to content

Commit

Permalink
Experimenting with extra latest configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi committed Aug 28, 2024
1 parent 0d6f742 commit 5352630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
python-version: "3.9"
- ml-deps: "torch==1.13.0+cpu torchvision==0.14.0+cpu torchdata==0.5.0 tensorflow-cpu==2.13.0"
python-version: "3.9"
- ml-deps: "torch==2.1.0+cpu torchvision==0.16.0+cpu torchdata==0.7.0 tensorflow-cpu==2.13.0"
- ml-deps: "torch==2.1.0+cpu torchvision==0.16.0+cpu torchdata==0.7.0 tensorflow-cpu==2.13.0 numpy==1.24.3"
python-version: "3.9"
- ml-deps: "torch==2.4.0+cpu torchvision==0.19.0+cpu torchdata==0.8.0 tensorflow-cpu==2.13.0 numpy==1.24.3"
python-version: "3.12"

env:
run_coverage: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 5352630

Please sign in to comment.