-
Notifications
You must be signed in to change notification settings - Fork 1
handle older PyTorch versions #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1514090
handle older PyTorch versions
pmcurtin 91a246a
fix
pmcurtin 41fdd70
Update main.yml
pmcurtin c705041
tox
pmcurtin 11465e1
pixi toml features
pmcurtin 332215d
update lock
pmcurtin d76e207
Update main.yml
pmcurtin abb21c5
add editable, pytest
pmcurtin 7f0496c
fix tests
pmcurtin e3c29a2
Update main.yml
pmcurtin f8b4cbf
Update main.yml
pmcurtin a0a964b
remove numpy requirement?
pmcurtin 6507dcf
numpy<2, for failing tests
pmcurtin 5e585f9
format
pmcurtin 294937e
Delete tox.ini
apoorvkh dfa4278
updates to matrix test action
apoorvkh f3cec00
Merge branch 'main' into pytorch-compatibility
apoorvkh fb599f9
Update main.yml
apoorvkh 7cf6f54
Update main.yml
apoorvkh f7124f3
downgrade pixi
apoorvkh 67239be
Update main.yml
apoorvkh 71de1aa
Delete .github/actions directory
apoorvkh 24d6d9c
Update main.yml
apoorvkh f1ff9cc
Update main.yml
apoorvkh 97032c3
Updated numpy version bounds
apoorvkh 4d41601
note about numpy upper bound
apoorvkh bee7fec
Merge branch 'main' into pytorch-compatibility
apoorvkh 6702522
Update advanced.rst
apoorvkh 77ae65d
Automatically generate pytorch versions for testing
apoorvkh 38e4312
Update main.yml
apoorvkh d87bb91
Update main.yml
apoorvkh 2a08afd
Update main.yml
apoorvkh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,13 +55,17 @@ jobs: | |
|
||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python: [py32, py39, py310, py311] | ||
pytorch: [torch20, torch21, torch22, torch23, torch24] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: prefix-dev/[email protected] | ||
apoorvkh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
with: | ||
pixi-version: v0.25.0 | ||
cache: true | ||
cache: false | ||
frozen: true | ||
environments: default | ||
activate-environment: default | ||
environments: ${{ matrix.python }}-${{ matrix.pytorch }} | ||
apoorvkh marked this conversation as resolved.
Show resolved
Hide resolved
|
||
activate-environment: ${{ matrix.python }}-${{ matrix.pytorch }} | ||
- run: pytest tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.