polyaxon 2.5.0__py3-none-any.whl → 2.5.0rc3__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.
- polyaxon/_runner/agent/async_agent.py +2 -2
- polyaxon/pkg.py +1 -1
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/METADATA +1 -1
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/RECORD +8 -8
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/LICENSE +0 -0
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/WHEEL +0 -0
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/entry_points.txt +0 -0
- {polyaxon-2.5.0.dist-info → polyaxon-2.5.0rc3.dist-info}/top_level.txt +0 -0
@@ -24,10 +24,10 @@ class BaseAsyncAgent(BaseAgent):
|
|
24
24
|
IS_ASYNC = True
|
25
25
|
|
26
26
|
async def _enter(self):
|
27
|
-
logger.warning("Agent is starting.")
|
28
|
-
await self.executor.refresh()
|
29
27
|
if not self.client._is_managed:
|
30
28
|
return self
|
29
|
+
logger.warning("Agent is starting.")
|
30
|
+
await self.executor.refresh()
|
31
31
|
try:
|
32
32
|
agent = await self.client.get_info()
|
33
33
|
self._check_status(agent)
|
polyaxon/pkg.py
CHANGED
@@ -9,7 +9,7 @@ polyaxon/exceptions.py,sha256=ujvG9p1Pn2KHYbHqB3-faadW46dEuULUQXNtfkd2zk8,10236
|
|
9
9
|
polyaxon/fs.py,sha256=RS8XmVrrfXfIJXN6cTCCRRYwesCLHVVfC01Vi56lecs,246
|
10
10
|
polyaxon/k8s.py,sha256=nI5oPCSlqU4aaeVShM6SlYS9eqYiYUL4GDXIZ4bnq-I,1051
|
11
11
|
polyaxon/logger.py,sha256=gdZQms37Pe5G2j-Ear5jbSAJeGgX6fnvg7oE8_9MSlc,2309
|
12
|
-
polyaxon/pkg.py,sha256=
|
12
|
+
polyaxon/pkg.py,sha256=KOSmdNG6T__woM59eUugry5zTzcKESoKBKiTr0-w418,266
|
13
13
|
polyaxon/polyaxonfile.py,sha256=xHmHT_cHomfuAQm82Jhnp71YNN5mQ-Lod7EbonjY4b4,429
|
14
14
|
polyaxon/schemas.py,sha256=-CykY3emoAUCs_zRNbjwkuMkqbaEDjfKsZC86rI8154,5870
|
15
15
|
polyaxon/settings.py,sha256=Pxx1-T2oeJ5XmvGFN0YgnVzum_9FyTPaQtl68aQvYc4,4116
|
@@ -411,7 +411,7 @@ polyaxon/_runner/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,
|
|
411
411
|
polyaxon/_runner/executor.py,sha256=Ln5fhc3MGk4cOg0VenbiFh80rWR-dj4t3ll7XXR-2v8,8297
|
412
412
|
polyaxon/_runner/kinds.py,sha256=IhEL-HfztpDU4wUA7z8koQwN1Z32g2q57iDiiT9YZ40,132
|
413
413
|
polyaxon/_runner/agent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
414
|
-
polyaxon/_runner/agent/async_agent.py,sha256=
|
414
|
+
polyaxon/_runner/agent/async_agent.py,sha256=EWHsblxzEBLryD_AMsf4jvVWahCWDdJSW4e9xqN_Crc,15493
|
415
415
|
polyaxon/_runner/agent/base_agent.py,sha256=5PRo65T0S_LsVEWPQrvylEeE72dSy6IpB1dsFQNhkYM,7310
|
416
416
|
polyaxon/_runner/agent/client.py,sha256=Nnu3zy9dh8w5W9QYjcITytMNtP5WAeqh0_97yYF1ByI,5485
|
417
417
|
polyaxon/_runner/agent/sync_agent.py,sha256=1w3rjpMgCmhRbe_xjgd0MNGaE8gatQT7hjJWoqFBQoc,14591
|
@@ -611,9 +611,9 @@ polyaxon/tuners/hyperopt.py,sha256=zd6MblMGkooqLGDFJVo5kClqYnBoMwGj-opqqj8FDzQ,7
|
|
611
611
|
polyaxon/tuners/mapping.py,sha256=pOdHCiwEufTk-QT7pNyjBjAEWNTM-lMC17WNTCk7C24,69
|
612
612
|
polyaxon/tuners/random_search.py,sha256=6VEekM3N9h6E1lbpVTTUGKFPJlGMY2u-GkG615_nQcI,80
|
613
613
|
polyaxon_sdk/__init__.py,sha256=HWvFdGWESyVG3f26K_szewiG-McMOHFkXKTfZcBlHsM,92
|
614
|
-
polyaxon-2.5.
|
615
|
-
polyaxon-2.5.
|
616
|
-
polyaxon-2.5.
|
617
|
-
polyaxon-2.5.
|
618
|
-
polyaxon-2.5.
|
619
|
-
polyaxon-2.5.
|
614
|
+
polyaxon-2.5.0rc3.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
|
615
|
+
polyaxon-2.5.0rc3.dist-info/METADATA,sha256=N5qXubhi69Di4LFVClmmam28jvEwiaykYBF9gp7qp3M,11667
|
616
|
+
polyaxon-2.5.0rc3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
617
|
+
polyaxon-2.5.0rc3.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
|
618
|
+
polyaxon-2.5.0rc3.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
|
619
|
+
polyaxon-2.5.0rc3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|