Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
echo "starting main grpc"
python main_grpc.py -n 4 -host localhost -dev True
echo "starting main"
python main.py -b "./configs/algo_config_test.py" -s "./configs/sys_config_test.py" -super true
python main.py -s "./configs/sys_config_test.py" -super true
echo "done"

# further checks:
Expand Down
Loading