-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NFC] Bump torch-mlir and torch pip deps (#99)
This was long overdue, but we had torch-mlir releases [broken](https://github.com/llvm/torch-mlir-release/actions/runs/10838435405) for a while in September, and the new ones were released under a different name (fixed by llvm/torch-mlir#3752). Also, since torch-mlir is no longer released with PT extensions, I had to explicitly specify the cpu nightly link in requirements, otherwise it pulls the gpu torch with a bunch of unnecessary nvidia/cuda deps. Bump `torch` from `2.4.0.dev20240604+cpu` to `2.6.0.dev20241002+cpu`. Bump `torch-mlir` from `20240714.152` to `20241002.240`.
- Loading branch information
1 parent
2f129aa
commit cac69d8
Showing
2 changed files
with
88 additions
and
69 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
-f https://github.com/llvm/torch-mlir-release/releases/expanded_assets/dev-wheels | ||
torch | ||
-f https://download.pytorch.org/whl/nightly/cpu/torch/ | ||
--pre | ||
torch-mlir | ||
numpy | ||
torch | ||
numpy |
This file contains 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