Skip to content

Commit 613304f

Browse files
committed
Fix run_jobs signature
1 parent a50f5d0 commit 613304f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/dstack/_internal/core/backends/runpod

src/dstack/_internal/core/backends/runpod/compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ def run_jobs(
218218
instance_offer: InstanceOfferWithAvailability,
219219
project_ssh_public_key: str,
220220
project_ssh_private_key: str,
221+
placement_group: Optional[PlacementGroup],
221222
) -> ComputeGroupProvisioningData:
222223
master_job_configuration = job_configurations[0]
223224
master_job = master_job_configuration.job

0 commit comments

Comments
 (0)