Skip to content

Commit

Permalink
updating conda env name
Browse files Browse the repository at this point in the history
  • Loading branch information
taxe10 committed Apr 6, 2024
1 parent 258bdf5 commit 5898c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def submit_dimension_reduction_job(
}
elif FLOW_TYPE == "conda":
autoencoder_params = {
"conda_env_name": "pytorch_autoencoders",
"conda_env_name": "mlex_pytorch_autoencoders",
"params": auto_params,
"python_file_name": "mlex_pytorch_autoencoders/src/predict_model.py",
}
Expand All @@ -381,7 +381,7 @@ def submit_dimension_reduction_job(
"partitions": PARTITIONS_GPU,
"reservations": RESERVATIONS_GPU,
"max_time": MAX_TIME_GPU,
"conda_env_name": "pytorch_autoencoders",
"conda_env_name": "mlex_pytorch_autoencoders",
"python_file_name": "mlex_pytorch_autoencoders/src/predict_model.py",
"submission_ssh_key": SUBMISSION_SSH_KEY,
"forward_ports": FORWARD_PORTS,
Expand Down

0 comments on commit 5898c70

Please sign in to comment.