Skip to content

Commit

Permalink
change conda env for training for now
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Mar 5, 2024
1 parent 9f87c72 commit b0c1303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/queue-training
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def queue_cmd(duration, memory):
"-m": str(memory),
"-q": "cnu,gpu",
"-t": str(duration),
"--condaenv": "cuda-downscaling",
"--condaenv": "mv-mlde",
}

return queue_basecmd + [arg for item in queue_opts.items() for arg in item]
Expand Down

0 comments on commit b0c1303

Please sign in to comment.