Skip to content

Commit 254b8c4

Browse files
committed
gpu test
1 parent 96599c7 commit 254b8c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/jenkins_tests/run_multi_node_tests.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
5353
--stop '{"training_iteration": 2}' \
5454
--config '{"simple_optimizer": true, "num_sgd_iter": 2, "model": {"use_lstm": true}}'
5555

56+
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
57+
python /ray/python/ray/rllib/train.py \
58+
--env CartPole-v1 \
59+
--run PPO \
60+
--stop '{"training_iteration": 2}' \
61+
--config '{"num_gpus": 0.1}' \
62+
--ray-num-gpus 1
63+
5664
docker run --rm --shm-size=10G --memory=10G $DOCKER_SHA \
5765
python /ray/python/ray/rllib/train.py \
5866
--env CartPole-v1 \

0 commit comments

Comments
 (0)