trainml 0.5.3__py3-none-any.whl → 0.5.4__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.
trainml/__init__.py CHANGED
@@ -13,5 +13,5 @@ logging.basicConfig(
13
13
  logger = logging.getLogger(__name__)
14
14
 
15
15
 
16
- __version__ = "0.5.3"
16
+ __version__ = "0.5.4"
17
17
  __all__ = "TrainML"
trainml/cli/job/create.py CHANGED
@@ -389,7 +389,7 @@ def notebook(
389
389
  ],
390
390
  case_sensitive=False,
391
391
  ),
392
- default="rtx3090",
392
+ default=["rtx3090"],
393
393
  multiple=True,
394
394
  show_default=True,
395
395
  help="GPU type.",
@@ -732,7 +732,7 @@ def training(
732
732
  ],
733
733
  case_sensitive=False,
734
734
  ),
735
- default="rtx3090",
735
+ default=["rtx3090"],
736
736
  show_default=True,
737
737
  multiple=True,
738
738
  help="GPU type.",
@@ -1099,7 +1099,7 @@ def from_json(config, attach, connect, file):
1099
1099
  ],
1100
1100
  case_sensitive=False,
1101
1101
  ),
1102
- default="rtx3090",
1102
+ default=["rtx3090"],
1103
1103
  show_default=True,
1104
1104
  multiple=True,
1105
1105
  help="GPU type.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trainml
3
- Version: 0.5.3
3
+ Version: 0.5.4
4
4
  Summary: trainML client SDK and command line utilities
5
5
  Home-page: https://github.com/trainML/trainml-cli
6
6
  Author: trainML
@@ -52,7 +52,7 @@ tests/unit/cloudbender/test_nodes_unit.py,sha256=BDpfJXCBNNpLt5rhJMk2BVXDQ_4QSmx
52
52
  tests/unit/cloudbender/test_providers_unit.py,sha256=OgxifgC1IqLH8DNMKXy1Ne9_7a75ea6kHEOfRSRoQuQ,4373
53
53
  tests/unit/cloudbender/test_regions_unit.py,sha256=BbJICLIQmlotpA1UmLD0KTW_H9g2UW0J8ZYzQk1_Xjc,6299
54
54
  tests/unit/cloudbender/test_reservations_unit.py,sha256=nWEZ_p9EF2C49nbgL7Dt4NG2Irmyt94ZqJJQDyNfGFI,5624
55
- trainml/__init__.py,sha256=QyP74mv1Pi-vn0Sk_sHRvM5Souv9e7BBIiEmiN1SnIA,432
55
+ trainml/__init__.py,sha256=b1pGUEOpzHMAPktJyTxWgK4NQHepd3bMK3V8DomanVg,432
56
56
  trainml/__main__.py,sha256=JgErYkiskih8Y6oRwowALtR-rwQhAAdqOYWjQraRIPI,59
57
57
  trainml/auth.py,sha256=gruZv27nhttrCbhcVQTH9kZkF2uMm1E06SwA_2pQAHQ,26565
58
58
  trainml/checkpoints.py,sha256=726yaeTHzIPvkQ-BhqmvJ6u0s1Oh732N6UAFbuWEv0Q,8274
@@ -84,7 +84,7 @@ trainml/cli/cloudbender/provider.py,sha256=oFjZWKfFQjNY7OtDu7nUdfv-RTmQc_Huuug96
84
84
  trainml/cli/cloudbender/region.py,sha256=X6-FYOb-pGpOEazn-NbsYSwa9ergB7FGATFkTe4a8Pk,2892
85
85
  trainml/cli/cloudbender/reservation.py,sha256=z2oMYwp-w_Keo1DepKUtuRnwiGz2VscVHDYWEFap1gs,3569
86
86
  trainml/cli/job/__init__.py,sha256=ljY-ELeXhXQ7txASbJEKGBom7OXfNyy7sWILz3nxRAE,6545
87
- trainml/cli/job/create.py,sha256=ZKxrNAW-w2RwopERZvsjErltEejqelas4JVnppH5MWg,34282
87
+ trainml/cli/job/create.py,sha256=pfOCqs5Vfk4PAI5KZpXHJ1vp3DDe4ccvYzieh0oFexY,34288
88
88
  trainml/cloudbender/__init__.py,sha256=iE29obtC0_9f0IhRvHQcG5aY58fVhVYipTakpjAhdss,64
89
89
  trainml/cloudbender/cloudbender.py,sha256=rAc93mtMaa3tWLi-NT4tiqO664MCPkhlGG9oNYSmimQ,634
90
90
  trainml/cloudbender/datastores.py,sha256=biVGifedc3r1DcuxsfCQh-f1Tw4HcJMMJfdgHxPfkKM,3506
@@ -94,9 +94,9 @@ trainml/cloudbender/nodes.py,sha256=7HV2VLmxiUcJ-Kc6AAXS3M8C_XO-HKmaVgJpPdVnBQk,
94
94
  trainml/cloudbender/providers.py,sha256=-gkdiTu6Ah2znUuyyc3ZuRALagW8s1-OgqVjtlvc1AU,2036
95
95
  trainml/cloudbender/regions.py,sha256=Aqc_MeLVAeEv21e-lR5u8x1eintqUhZT2DBiQG3AcEE,3570
96
96
  trainml/cloudbender/reservations.py,sha256=rOrGXWIUHON4ad2aufEcvK4Yv_Mv3dDoScUtLJE8LWw,3586
97
- trainml-0.5.3.dist-info/LICENSE,sha256=s0lpBxhSSUEpMavwde-Vb6K_K7xDCTTvSpNznVqVGR0,1069
98
- trainml-0.5.3.dist-info/METADATA,sha256=W7Sn5k_EiNFps2DcBDODKT8h7Gh72d-ZWvALheMDRt8,7345
99
- trainml-0.5.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
100
- trainml-0.5.3.dist-info/entry_points.txt,sha256=OzBDm2wXby1bSGF02jTVxzRFZLejnbFiLHXhKdW3Bds,63
101
- trainml-0.5.3.dist-info/top_level.txt,sha256=Y1kLFRWKUW7RG8BX7cvejHF_yW8wBOaRYF1JQHENY4w,23
102
- trainml-0.5.3.dist-info/RECORD,,
97
+ trainml-0.5.4.dist-info/LICENSE,sha256=s0lpBxhSSUEpMavwde-Vb6K_K7xDCTTvSpNznVqVGR0,1069
98
+ trainml-0.5.4.dist-info/METADATA,sha256=wn_jbVRuNQilNHWaiOoAcCXAR02Z1VYBRufLF_56iSU,7345
99
+ trainml-0.5.4.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
100
+ trainml-0.5.4.dist-info/entry_points.txt,sha256=OzBDm2wXby1bSGF02jTVxzRFZLejnbFiLHXhKdW3Bds,63
101
+ trainml-0.5.4.dist-info/top_level.txt,sha256=Y1kLFRWKUW7RG8BX7cvejHF_yW8wBOaRYF1JQHENY4w,23
102
+ trainml-0.5.4.dist-info/RECORD,,