lyceum-cli 1.0.26__py3-none-any.whl → 1.0.27__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.
- lyceum/external/compute/execution/docker.py +4 -2
- lyceum/external/compute/execution/python.py +2 -1
- {lyceum_cli-1.0.26.dist-info → lyceum_cli-1.0.27.dist-info}/METADATA +1 -1
- {lyceum_cli-1.0.26.dist-info → lyceum_cli-1.0.27.dist-info}/RECORD +7 -7
- {lyceum_cli-1.0.26.dist-info → lyceum_cli-1.0.27.dist-info}/WHEEL +0 -0
- {lyceum_cli-1.0.26.dist-info → lyceum_cli-1.0.27.dist-info}/entry_points.txt +0 -0
- {lyceum_cli-1.0.26.dist-info → lyceum_cli-1.0.27.dist-info}/top_level.txt +0 -0
|
@@ -183,7 +183,8 @@ def run_docker(
|
|
|
183
183
|
console.print(f"[dim]To stream logs:[/dim] lyceum docker logs {execution_id}")
|
|
184
184
|
else:
|
|
185
185
|
# Default: stream output in real-time (like docker run)
|
|
186
|
-
|
|
186
|
+
status.stop()
|
|
187
|
+
success = stream_execution_output(execution_id, streaming_url)
|
|
187
188
|
|
|
188
189
|
# Show execution ID at the end
|
|
189
190
|
console.print(f"[dim]Execution ID: {execution_id}[/dim]")
|
|
@@ -216,9 +217,10 @@ def docker_logs(
|
|
|
216
217
|
|
|
217
218
|
status.start()
|
|
218
219
|
status.update("Connecting to execution...")
|
|
220
|
+
status.stop()
|
|
219
221
|
|
|
220
222
|
# Pass None for streaming_url to use the default v2 endpoint
|
|
221
|
-
success = stream_execution_output(execution_id, None
|
|
223
|
+
success = stream_execution_output(execution_id, None)
|
|
222
224
|
|
|
223
225
|
console.print(f"[dim]Execution ID: {execution_id}[/dim]")
|
|
224
226
|
|
|
@@ -352,8 +352,9 @@ def run_python(
|
|
|
352
352
|
status.start()
|
|
353
353
|
|
|
354
354
|
execution_id, streaming_url = submit_execution(payload, status)
|
|
355
|
+
status.stop()
|
|
355
356
|
|
|
356
|
-
success = stream_execution_output(execution_id, streaming_url
|
|
357
|
+
success = stream_execution_output(execution_id, streaming_url)
|
|
357
358
|
|
|
358
359
|
# Show execution ID at the end
|
|
359
360
|
console.print(f"[dim]Execution ID: {execution_id}[/dim]")
|
|
@@ -6,10 +6,10 @@ lyceum/external/auth/login.py,sha256=-yJ0aEV8_vDXiT6BXzjpqZ2uDdnTnkop4qhagw2dSZA
|
|
|
6
6
|
lyceum/external/compute/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
7
|
lyceum/external/compute/execution/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
8
8
|
lyceum/external/compute/execution/config.py,sha256=6JJgLJnDPTwevEaNdB1nEICih_qbBmws5u5_S9gj7k0,8866
|
|
9
|
-
lyceum/external/compute/execution/docker.py,sha256=
|
|
9
|
+
lyceum/external/compute/execution/docker.py,sha256=0Y6lxJAm56Jrl0HxeNz1mX6DGs556i2iMN9_U1JQP0c,9635
|
|
10
10
|
lyceum/external/compute/execution/docker_compose.py,sha256=YsWPnw5nB1ZpqjU9X8o_klT78I5m46PapVwVEeWra_8,9189
|
|
11
11
|
lyceum/external/compute/execution/notebook.py,sha256=Gw9UhJ-UjYhpjdIYQ4IMYhVjhSkAFpOQ9aFYj1qOeww,7542
|
|
12
|
-
lyceum/external/compute/execution/python.py,sha256=
|
|
12
|
+
lyceum/external/compute/execution/python.py,sha256=8Y9ElWs9RdauQbhECKcBPSoT0XZeGhXZ_pkEpr3sGro,12878
|
|
13
13
|
lyceum/external/compute/execution/workloads.py,sha256=4fsRWbYGmsQMGPPIN1jUG8cG5NPG9yV26ANJ-DtaXqc,5844
|
|
14
14
|
lyceum/external/compute/inference/__init__.py,sha256=4YLoUKDEzitexynJv_Q5O0w1lty8CJ6uyRxuc1LiaBw,89
|
|
15
15
|
lyceum/external/compute/inference/batch.py,sha256=mgEndr02UM1j00o-iRLUpDqS5KFvyg0Htc0Gg0s3hTU,11394
|
|
@@ -27,8 +27,8 @@ lyceum/shared/streaming.py,sha256=x3zA8Pn9ia06t8nKJfP6hztxOVKPUC3Nk3qmAiIsl9M,81
|
|
|
27
27
|
lyceum_cloud_execution_api_client/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
28
28
|
lyceum_cloud_execution_api_client/api/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
29
29
|
lyceum_cloud_execution_api_client/models/__init__.py,sha256=AMlb9R9O9aNC9hvKz_8TFpEfOolYC3VtFS5JX17kYks,4888
|
|
30
|
-
lyceum_cli-1.0.
|
|
31
|
-
lyceum_cli-1.0.
|
|
32
|
-
lyceum_cli-1.0.
|
|
33
|
-
lyceum_cli-1.0.
|
|
34
|
-
lyceum_cli-1.0.
|
|
30
|
+
lyceum_cli-1.0.27.dist-info/METADATA,sha256=r__wR3k1hw1LzdIwKOVpNoOWRwYmJ1pmYhonGMC73Sc,1482
|
|
31
|
+
lyceum_cli-1.0.27.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
32
|
+
lyceum_cli-1.0.27.dist-info/entry_points.txt,sha256=Oq-9wDkxVd6MHgNiUTYwXI9SGhvR3VkD7Mvk0xhiUZo,43
|
|
33
|
+
lyceum_cli-1.0.27.dist-info/top_level.txt,sha256=CR7FEMloAXgLsHUR6ti3mWNcpgje27HRHSfq8doIils,41
|
|
34
|
+
lyceum_cli-1.0.27.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|