-
Notifications
You must be signed in to change notification settings - Fork 204
[WIP] LibTorch upgrade #1486
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
base: main
Are you sure you want to change the base?
[WIP] LibTorch upgrade #1486
Conversation
Nice timing! I forked this repo 5 days ago to do the same upgrade. I managed to upgrade it, and all tests passed. But I couldn't figure out how to pack the Anyway, I noticed there are a couple of things I did that hasn't been done in this PR. But I don't know if I needed to do them either. But here they are, just in case:
|
Hey @phizch, sorry for the delayed reply, I did not receive notification from this PR for some reason and have just seen your comments. I am currently facing some issue with the internal ci when packaging the new nugget files but am actively working on it! Thanks for the support though! If you want to attempt packing them on your device, you can inspect the azure-pipelines.yaml file and check the following steps: Windows_Native_Build_For_Packages, Build_libtorch_cuda_win_Packages and Build_TorchSharp_And_libtorch_cpu_Packages, you might be able to replicate them locally. |
Upgrade Libtorch to 2.7.1 and Cuda 12.8