We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d51cfd commit 2086a7aCopy full SHA for 2086a7a
uapi_rec/rank/runner.py
@@ -53,7 +53,7 @@ def train(self, config_path, cli_args, device, ips):
53
54
paddle_pserver_ip_port = "127.0.0.1:29011"
55
#gpus_list = "0,1,2,3,4,5,6,7"
56
- gpus_list = "0,1"
+ gpus_list = "0"
57
if "gpu" in device:
58
gpus_list = device.lstrip("gpu:")
59
server_echo = "PADDLE WILL START PSERVER 29011"
0 commit comments