Skip to content

Commit

Permalink
launch args fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JungleCatSW committed Sep 25, 2024
1 parent e7e26b7 commit a97ed8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/cudo/cudo_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def launch(name: str, data_center_id: str, ssh_key: str, machine_type: str,
memory_gib: int, vcpu_count: int, gpu_count: int,
tags: Dict[str, str], disk_size: int, net_name):
tags: Dict[str, str], disk_size: int, net_name: str) -> str:
"""Launches an instance with the given parameters."""

request = cudo.cudo.CreateVMBody(
Expand Down

0 comments on commit a97ed8b

Please sign in to comment.