File size: 124 Bytes
9a71cb6 | 1 2 3 4 | #!/bin/bash
pip3 install --upgrade yapf
python3 -m yapf -ir -vv --style ./.style.yapf verl tests single_controller examples
|
9a71cb6 | 1 2 3 4 | #!/bin/bash
pip3 install --upgrade yapf
python3 -m yapf -ir -vv --style ./.style.yapf verl tests single_controller examples
|