This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 3131152 SUBMARINE-1027. Update TonY version to 0.4.7
3131152 is described below
commit 313115226787704ae267fac6e7a4621de479999d
Author: Junfan Zhang <[email protected]>
AuthorDate: Thu Sep 16 14:06:30 2021 +0800
SUBMARINE-1027. Update TonY version to 0.4.7
### What is this PR for?
TonY has update some versions and introduce more features.
1. Introduce sidecar tensorboard
2. Introduce Horovod on TonY
3. Introduce GANG/FIFO scheduler mode
4. Support standalone/cluster distributed mode
### What type of PR is it?
Improvement
### Todos
* [x] - Update TonY version to 0.4.7
### What is the Jira issue?
<!-- * Open an issue on Jira
https://issues.apache.org/jira/browse/SUBMARINE/
* Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg.
`SUBMARINE-23. PR title`
-->
### How should this be tested?
<!--
* First time? Setup Travis CI as described on
https://submarine.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed
behavior
* Outline any manual steps to test the PR here.
-->
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Junfan Zhang <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #751 from zuston/patch-1 and squashes the following commits:
87096358 [Junfan Zhang] Update TonY version to 0.4.7
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3bad9a7..111c750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
<shaded.dependency.prefix>org.apache.submarine.shaded</shaded.dependency.prefix>
<!--library versions-->
- <tony.version>0.3.25</tony.version>
+ <tony.version>0.4.7</tony.version>
<jersey.version>2.27</jersey.version>
<jersey.servlet.version>1.13</jersey.servlet.version>
<jetty.version>9.4.35.v20201120</jetty.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]