-
Notifications
You must be signed in to change notification settings - Fork 863
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find torchserve-plugins-sdk artifacts locally (#2429)
* Find torchserve-plugins-sdk artifacts locally * Upgrade torchserve-plugins-sdk version * Find torchserve-plugins-sdk locally for regression tests * Add support to build and install trochserve-plugings-sdk in install_dependencies script * revert modifications to workflow files --------- Co-authored-by: Naman Nandan <namannan@amazon.com>
- Loading branch information
1 parent
207477d
commit a77a150
Showing
4 changed files
with
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ allprojects { | |
repositories { | ||
mavenCentral() | ||
jcenter() | ||
mavenLocal() | ||
} | ||
|
||
apply plugin: 'idea' | ||
|
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,3 +1,3 @@ | ||
gson_version=2.9.0 | ||
torchserve_sdk_version=0.0.4 | ||
torchserve_sdk_version=0.0.5 | ||
testng_version=7.1.0 |
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