Skip to content

Commit

Permalink
Made sure to be able to pass all hydra options (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaccharieramzi authored Apr 13, 2023
1 parent e886ea0 commit 448b5f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if [ "$1" == "--help" ]; then
exit 0
fi

python $1 -m hydra/launcher=$2 "${@:3}"
python $1 -m "${@:3}" hydra/launcher=$2

0 comments on commit 448b5f7

Please sign in to comment.