-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version, fix minor issues (#351)
This PR makes the following changes, - Update project version to `0.1.36` - Torch is python dependency. Version is updated to `2.2.0+cpu` to avoid internal CI failure - Fix message printing issue in CI
- Loading branch information
1 parent
522b0f4
commit a31da20
Showing
3 changed files
with
3 additions
and
3 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
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,6 +1,6 @@ | ||
set(MLIR_TENSORRT_VERSION_MAJOR "0") | ||
set(MLIR_TENSORRT_VERSION_MINOR "1") | ||
set(MLIR_TENSORRT_VERSION_PATCH "35") | ||
set(MLIR_TENSORRT_VERSION_PATCH "36") | ||
set(MLIR_TENSORRT_VERSION | ||
"${MLIR_TENSORRT_VERSION_MAJOR}.${MLIR_TENSORRT_VERSION_MINOR}.${MLIR_TENSORRT_VERSION_PATCH}") | ||
|
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ nvidia-ml-py | |
black | ||
build | ||
psutil | ||
torch==2.1.0+cpu | ||
torch==2.2.0+cpu |