mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
6 lines
277 B
Bash
6 lines
277 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Run all test cases, but with a forced num_gpus=1.
|
|
# TODO: (sven) chose correct dir and run over all RLlib tests and example scripts!
|
|
source activate tensorflow_p36 && export RAY_FORCE_NUM_GPUS=1 && cd ~ && python -m pytest test_attention_net_learning.py
|