odify genome for the official release
This commit is contained in:
6
examples/with_evox/ray_test.py
Normal file
6
examples/with_evox/ray_test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import ray
|
||||
|
||||
ray.init(num_gpus=2)
|
||||
|
||||
available_resources = ray.available_resources()
|
||||
print("Available resources:", available_resources)
|
||||
Reference in New Issue
Block a user