mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
5 lines
277 B
Bash
5 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
|