Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lappalainenj committed Oct 15, 2024
1 parent 1707bb0 commit 0975e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flyvision/utils/compute_cloud_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def get_submit_command(
self, job_name: str, n_cpus: int, output_file: str, gpu: str, queue: str
) -> str:
return (
f"(echo 'Running {job_name} locally' && "
f"echo 'Running {job_name} locally' && "
f"echo 'CPUs: {n_cpus}, GPU: {gpu}, Queue: {queue}' && "
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/download_pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

checksums: Dict[str, str] = {
"results_pretrained_models.zip": (
"49134ff89dd396d8a58686cf565e55adb59416fc1c602042f680e2cc0642a440"
"71c78d4070556a536b13b23ee3139cd2788aa2a9d07d430a223b4edead281db1"
),
"results_umap_and_clustering.zip": (
"372ffcb1b8af59974ac21e56ca989f72d499605f049c36fc6f460ba402ceb08c"
Expand Down

0 comments on commit 0975e32

Please sign in to comment.