eric-haibin-lin commented on a change in pull request #17600: Fix Non-ASCII
character in docstring
URL: https://github.com/apache/incubator-mxnet/pull/17600#discussion_r379849548
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -1332,15 +1332,15 @@ integrationtest_ubuntu_cpu_dist_kvstore() {
export MXNET_USE_OPERATOR_TUNING=0
export DMLC_LOG_STACK_TRACE_DEPTH=10
cd tests/nightly/
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=gluon_step_cpu
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=gluon_sparse_step_cpu
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=invalid_cpu
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=gluon_type_cpu
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --no-multiprecision
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=compressed_cpu
- python3 ../../tools/launch.py -n 7 --launcher local python
dist_sync_kvstore.py --type=compressed_cpu --no-multiprecision
- python3 ../../tools/launch.py -n 3 --launcher local python
test_server_profiling.py
+ python3 ../../tools/launch.py -n 7 --launcher local python3
dist_sync_kvstore.py --type=gluon_step_cpu
Review comment:
This is one of the causes for #17562
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services