dstack 0.19.6__py3-none-any.whl → 0.19.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dstack might be problematic. Click here for more details.
- dstack/_internal/core/backends/gcp/compute.py +2 -4
- dstack/version.py +1 -1
- {dstack-0.19.6.dist-info → dstack-0.19.7.dist-info}/METADATA +1 -1
- {dstack-0.19.6.dist-info → dstack-0.19.7.dist-info}/RECORD +7 -7
- {dstack-0.19.6.dist-info → dstack-0.19.7.dist-info}/WHEEL +0 -0
- {dstack-0.19.6.dist-info → dstack-0.19.7.dist-info}/entry_points.txt +0 -0
- {dstack-0.19.6.dist-info → dstack-0.19.7.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -411,10 +411,8 @@ class GCPCompute(
|
|
|
411
411
|
name=placement_group.name,
|
|
412
412
|
region=placement_group.configuration.region,
|
|
413
413
|
group_placement_policy=compute_v1.ResourcePolicyGroupPlacementPolicy(
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
# and improves networking performance. Discovered with Gemini.
|
|
417
|
-
collocation="AS_COMPACT",
|
|
414
|
+
availability_domain_count=1,
|
|
415
|
+
collocation="COLLOCATED",
|
|
418
416
|
),
|
|
419
417
|
)
|
|
420
418
|
self.resource_policies_client.insert(
|
dstack/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dstack
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.7
|
|
4
4
|
Summary: dstack is an open-source orchestration engine for running AI workloads on any cloud or on-premises.
|
|
5
5
|
Project-URL: Homepage, https://dstack.ai
|
|
6
6
|
Project-URL: Source, https://github.com/dstackai/dstack
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dstack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
dstack/version.py,sha256=
|
|
2
|
+
dstack/version.py,sha256=ikdWwuUYtHtNaJ5eN6aIj36R0uhZ5NlYDVtxl3E_02M,64
|
|
3
3
|
dstack/_internal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
dstack/_internal/compat.py,sha256=bF9U9fTMfL8UVhCouedoUSTYFl7UAOiU0WXrnRoByxw,40
|
|
5
5
|
dstack/_internal/settings.py,sha256=otvcNT0X5UnGZdoNIWNFZBohQRzLme9Zc6oiBzc1BEk,796
|
|
@@ -84,7 +84,7 @@ dstack/_internal/core/backends/dstack/models.py,sha256=Jbe0Syez43N5i97TlIc8l-5Vn
|
|
|
84
84
|
dstack/_internal/core/backends/gcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
dstack/_internal/core/backends/gcp/auth.py,sha256=7KPj4BLYPL0e239ilNh3OzMHkAhvnz9T2x3ZtO1NsEk,2235
|
|
86
86
|
dstack/_internal/core/backends/gcp/backend.py,sha256=OvTv1c7j4LTPCIEtkwD3-q6Eo1QET8xlM8CzbY0hLmI,572
|
|
87
|
-
dstack/_internal/core/backends/gcp/compute.py,sha256=
|
|
87
|
+
dstack/_internal/core/backends/gcp/compute.py,sha256=uDPoDoqx6S29bAZBQk-Bwoz_u6oMfQB8u2FpMLZ-uDg,40815
|
|
88
88
|
dstack/_internal/core/backends/gcp/configurator.py,sha256=mvI7WMz8cC1YnN-0KFIIEqkfcEBehRJI0WgKnqILjv0,6730
|
|
89
89
|
dstack/_internal/core/backends/gcp/models.py,sha256=biLA3rlFcoPatAZpKycuIl-8PdnNSAFiDCJjov65_zo,4612
|
|
90
90
|
dstack/_internal/core/backends/gcp/resources.py,sha256=gLoRo9Z1--n55JTEDVaofUsBo-8h5Nfbhsb_2ydvmK8,16487
|
|
@@ -578,8 +578,8 @@ dstack/plugins/__init__.py,sha256=buT1pcyORLgVbl89ATkRWJPhvejriVz7sNBjvuZRCRE,40
|
|
|
578
578
|
dstack/plugins/_base.py,sha256=-etiB-EozaJCg2wtmONfj8ic-K03qXvXyl_TIDp-kNE,2662
|
|
579
579
|
dstack/plugins/_models.py,sha256=1Gw--mDQ1_0FFr9Zur9LE8UbMoWESUpTdHHt12AyIZo,341
|
|
580
580
|
dstack/plugins/_utils.py,sha256=FqeWYb7zOrgZkO9Bd8caL5I81_TUEsysIzvxsULrmzk,392
|
|
581
|
-
dstack-0.19.
|
|
582
|
-
dstack-0.19.
|
|
583
|
-
dstack-0.19.
|
|
584
|
-
dstack-0.19.
|
|
585
|
-
dstack-0.19.
|
|
581
|
+
dstack-0.19.7.dist-info/METADATA,sha256=g67K4f_PhyA2NrwUmQ-SG1cb45HpHMoQUtd5YQwZ3d4,20042
|
|
582
|
+
dstack-0.19.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
583
|
+
dstack-0.19.7.dist-info/entry_points.txt,sha256=GnLrMS8hx3rWAySQjA7tPNhtixV6a-brRkmal1PKoHc,58
|
|
584
|
+
dstack-0.19.7.dist-info/licenses/LICENSE.md,sha256=qDABaRGjSKVOib1U8viw2P_96sIK7Puo426784oD9f8,15976
|
|
585
|
+
dstack-0.19.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|