mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:08:32 +08:00
Updating zero capacity resource semantics (#4555)
This commit is contained in:
committed by
Robert Nishihara
parent
bb207a205b
commit
0f42f87ebc
+1
-1
@@ -14,7 +14,7 @@ ray {
|
||||
run-mode = CLUSTER
|
||||
|
||||
// Available resources on this node.
|
||||
resources: "CPU:4,GPU:0"
|
||||
resources: "CPU:4"
|
||||
|
||||
// The address of the redis server to connect, in format `ip:port`.
|
||||
// If not provided, Ray processes will be started locally, including
|
||||
|
||||
Reference in New Issue
Block a user