trainml 0.4.14__py3-none-any.whl → 0.4.15__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 +1 -1
- trainml/checkpoints.py +2 -2
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/METADATA +1 -1
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/RECORD +8 -8
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/LICENSE +0 -0
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/WHEEL +0 -0
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/entry_points.txt +0 -0
- {trainml-0.4.14.dist-info → trainml-0.4.15.dist-info}/top_level.txt +0 -0
trainml/__init__.py
CHANGED
trainml/checkpoints.py
CHANGED
|
@@ -169,8 +169,8 @@ class Checkpoint:
|
|
|
169
169
|
resp = await self.trainml._query(
|
|
170
170
|
f"/checkpoint/{self._id}",
|
|
171
171
|
"PATCH",
|
|
172
|
-
|
|
173
|
-
dict(
|
|
172
|
+
dict(project_uuid=self._project_uuid),
|
|
173
|
+
dict(name=name),
|
|
174
174
|
)
|
|
175
175
|
self.__init__(self.trainml, **resp)
|
|
176
176
|
return self
|
|
@@ -29,10 +29,10 @@ tests/unit/test_trainml.py,sha256=8vAKvFD1xYsx_VY4HFVa0b1MUlMoNApY6TO8r7vI-UQ,17
|
|
|
29
29
|
tests/unit/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
tests/unit/cli/conftest.py,sha256=w6p_2URicywJKUCtY79tSD_mx8cwJtxHbK_Lu3grOYs,236
|
|
31
31
|
tests/unit/cli/test_cli_environment_unit.py,sha256=7FFKFPVa6yqJqujTXD_tsSUDruW5KhlLgShPZTn1Eio,683
|
|
32
|
-
trainml/__init__.py,sha256=
|
|
32
|
+
trainml/__init__.py,sha256=SZqtnWUI0eSxdRWMWS8SVB1kXKfEJSLzw5GhbC3r4SA,433
|
|
33
33
|
trainml/__main__.py,sha256=JgErYkiskih8Y6oRwowALtR-rwQhAAdqOYWjQraRIPI,59
|
|
34
34
|
trainml/auth.py,sha256=VI8wXgmXbwiBpgw0Sm-DzC4VmNqKg_zniua-Z61PafA,26646
|
|
35
|
-
trainml/checkpoints.py,sha256
|
|
35
|
+
trainml/checkpoints.py,sha256=-P8FOkw1ihA5KCSQll-FDY1VtuKZUOboBjjEipUltF4,8262
|
|
36
36
|
trainml/connections.py,sha256=xkcFoyB5AXztRh4DPkpg3GPIZPxBoDvb5FZfON46aVs,20059
|
|
37
37
|
trainml/datasets.py,sha256=eImi3BO74M7mV9kmUsH03O1ybP_mcMA_FPdLMC--ioM,7382
|
|
38
38
|
trainml/environments.py,sha256=hctwxZX7zNO-StgMnD9Zh4JS8fc3mUc98Ws3xM4c9QQ,1537
|
|
@@ -55,9 +55,9 @@ trainml/cli/project.py,sha256=sBId3S4K7kRwIqURkabSXU3iL2TXbg8XMcjMxHwtt7g,1654
|
|
|
55
55
|
trainml/cli/provider.py,sha256=eaklYo0IUOGeyZ0ziZZz6UhOZ50Py4ewaPtWA9UDCqU,1594
|
|
56
56
|
trainml/cli/job/__init__.py,sha256=KP3_j6aaokVYNJyi8BUReUdJ6WbZ3ObEBmRJTFWtS10,6544
|
|
57
57
|
trainml/cli/job/create.py,sha256=JyyqVH0Oe9wktRRxxqMC5GEVWd6nzEdKkE42jn1jjtc,35272
|
|
58
|
-
trainml-0.4.
|
|
59
|
-
trainml-0.4.
|
|
60
|
-
trainml-0.4.
|
|
61
|
-
trainml-0.4.
|
|
62
|
-
trainml-0.4.
|
|
63
|
-
trainml-0.4.
|
|
58
|
+
trainml-0.4.15.dist-info/LICENSE,sha256=s0lpBxhSSUEpMavwde-Vb6K_K7xDCTTvSpNznVqVGR0,1069
|
|
59
|
+
trainml-0.4.15.dist-info/METADATA,sha256=XY6ZStH-E7tb-tBeJ4zPPjHYbUhYRh2GkFrwqe1Pk4s,7346
|
|
60
|
+
trainml-0.4.15.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
61
|
+
trainml-0.4.15.dist-info/entry_points.txt,sha256=OzBDm2wXby1bSGF02jTVxzRFZLejnbFiLHXhKdW3Bds,63
|
|
62
|
+
trainml-0.4.15.dist-info/top_level.txt,sha256=Y1kLFRWKUW7RG8BX7cvejHF_yW8wBOaRYF1JQHENY4w,23
|
|
63
|
+
trainml-0.4.15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|