Skip to content

Commit

Permalink
Remove torch 1.11 from wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeanti committed Jan 6, 2024
1 parent 5878261 commit 4ec89fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,9 @@ jobs:
os: [ubuntu-20.04]
# support version based on: https://download.pytorch.org/whl/torch/
python-version: ['3.8', '3.9', '3.10', '3.11']
torch-version: [1.11.0, 1.13.0, 2.0.0, 2.1.0]
torch-version: [1.13.0, 2.0.0, 2.1.0]
cuda-version: ['cpu', 'cu113', 'cu115', 'cu116', 'cu117', 'cu118', 'cu121']
exclude:
- torch-version: 1.11.0
python-version: '3.11'
- torch-version: 1.11.0
cuda-version: 'cu116'
- torch-version: 1.11.0
cuda-version: 'cu117'
- torch-version: 1.11.0
cuda-version: 'cu118'
- torch-version: 1.11.0
cuda-version: 'cu121'

- torch-version: 1.13.0
cuda-version: 'cu113'
- torch-version: 1.13.0
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
notebooks/data/
notebooks/logs/
.ruff_cache/

*.xml

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2017 Alessandro Rudi
Copyright (c) 2023 Giacomo Meanti
Copyright (c) 2024 Giacomo Meanti

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 4ec89fc

Please sign in to comment.