Skip to content
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

Support latest libtorch 2.2.x #19

Merged
merged 3 commits into from
Feb 24, 2024
Merged

Conversation

pfxuan
Copy link
Collaborator

@pfxuan pfxuan commented Feb 24, 2024

This PR is able to build both old and latest libtorch versions. It also fixes #17. The root cause of the Compilation error is a bit complicated and seems having a long tail:

The updated build matrix:
os: [ubuntu-22.04, ubuntu-20.04]
torch-version: [2.1.2, 2.2.1]
cuda-version: ['cu118', 'cu121']
cmake-build-type: [Release]

@pierotofy
Copy link
Owner

Thanks for looking into this and for the PR @pfxuan ! This looks 👍

@pierotofy pierotofy merged commit 82eae7a into pierotofy:main Feb 24, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

specific version of LibTorch
2 participants