Support GPU training in the NVFlare demo (#7965)

This commit is contained in:
Rong Ou
2022-06-02 06:52:36 -07:00
committed by GitHub
parent 6b55150e80
commit 31e6902e43
4 changed files with 26 additions and 3 deletions

View File

@@ -12,7 +12,8 @@
"world_size": 2,
"server_cert_path": "server-cert.pem",
"client_key_path": "client-key.pem",
"client_cert_path": "client-cert.pem"
"client_cert_path": "client-cert.pem",
"use_gpus": "false"
}
}
}