We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50f5d0 commit 613304fCopy full SHA for 613304f
1 file changed
src/dstack/_internal/core/backends/runpod/compute.py
@@ -218,6 +218,7 @@ def run_jobs(
218
instance_offer: InstanceOfferWithAvailability,
219
project_ssh_public_key: str,
220
project_ssh_private_key: str,
221
+ placement_group: Optional[PlacementGroup],
222
) -> ComputeGroupProvisioningData:
223
master_job_configuration = job_configurations[0]
224
master_job = master_job_configuration.job
0 commit comments