truss 0.10.12__py3-none-any.whl → 0.10.13__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 truss might be problematic. Click here for more details.
- truss/cli/train_commands.py +2 -4
- {truss-0.10.12.dist-info → truss-0.10.13.dist-info}/METADATA +1 -1
- {truss-0.10.12.dist-info → truss-0.10.13.dist-info}/RECORD +6 -6
- {truss-0.10.12.dist-info → truss-0.10.13.dist-info}/WHEEL +0 -0
- {truss-0.10.12.dist-info → truss-0.10.13.dist-info}/entry_points.txt +0 -0
- {truss-0.10.12.dist-info → truss-0.10.13.dist-info}/licenses/LICENSE +0 -0
truss/cli/train_commands.py
CHANGED
|
@@ -53,7 +53,7 @@ def _print_training_job_success_message(
|
|
|
53
53
|
if should_print_cache_summary:
|
|
54
54
|
cache_summary_snippet = (
|
|
55
55
|
f"📁 View cache summary via "
|
|
56
|
-
f"[cyan]'truss train cache summarize
|
|
56
|
+
f"[cyan]'truss train cache summarize \"{project_name}\"'[/cyan]\n"
|
|
57
57
|
)
|
|
58
58
|
console.print(
|
|
59
59
|
f"🪵 View logs for your job via "
|
|
@@ -387,9 +387,7 @@ def cache():
|
|
|
387
387
|
|
|
388
388
|
|
|
389
389
|
@cache.command(name="summarize")
|
|
390
|
-
@click.
|
|
391
|
-
"--project", type=str, required=True, help="Project ID or name to view cache for."
|
|
392
|
-
)
|
|
390
|
+
@click.argument("project", type=str, required=True)
|
|
393
391
|
@click.option("--remote", type=str, required=False, help="Remote to use")
|
|
394
392
|
@click.option(
|
|
395
393
|
"--sort",
|
|
@@ -11,7 +11,7 @@ truss/base/truss_spec.py,sha256=jFVF79CXoEEspl2kXBAPyi-rwISReIGTdobGpaIhwJw,5979
|
|
|
11
11
|
truss/cli/chains_commands.py,sha256=y6pdIAGCcKOPG9bPuCXPfSA0onQm5x-tT_3blSBfPYg,16971
|
|
12
12
|
truss/cli/cli.py,sha256=PaMkuwXZflkU7sa1tEoT_Zmy-iBkEZs1m4IVqcieaeo,30367
|
|
13
13
|
truss/cli/remote_cli.py,sha256=G_xCKRXzgkCmkiZJhUFfsv5YSVgde1jLA5LPQitpZgI,1905
|
|
14
|
-
truss/cli/train_commands.py,sha256=
|
|
14
|
+
truss/cli/train_commands.py,sha256=GDye7yXGL_nQvXAlY5MWsdj5x0zYOvcQw0Ubn14TiRU,14365
|
|
15
15
|
truss/cli/logs/base_watcher.py,sha256=KKyd7lIrdaEeDVt8EtjMioSPGVpLyOcF0ewyzE_GGdQ,2785
|
|
16
16
|
truss/cli/logs/model_log_watcher.py,sha256=NACcP-wkcaroYa2Cb9BZC7Yr0554WZa_FSM2LXOf4A8,1263
|
|
17
17
|
truss/cli/logs/training_log_watcher.py,sha256=r6HRqrLnz-PiKTUXiDYYxg4ZnP8vYcXlEX1YmgHhzlo,1173
|
|
@@ -364,8 +364,8 @@ truss_train/definitions.py,sha256=V985HhY4rdXL10DZxpFEpze9ScxzWErMht4WwaPknGU,67
|
|
|
364
364
|
truss_train/deployment.py,sha256=lWWANSuzBWu2M4oK4qD7n-oVR1JKdmw2Pn5BJQHg-Ck,3074
|
|
365
365
|
truss_train/loader.py,sha256=0o66EjBaHc2YY4syxxHVR4ordJWs13lNXnKjKq2wq0U,1630
|
|
366
366
|
truss_train/public_api.py,sha256=9N_NstiUlmBuLUwH_fNG_1x7OhGCytZLNvqKXBlStrM,1220
|
|
367
|
-
truss-0.10.
|
|
368
|
-
truss-0.10.
|
|
369
|
-
truss-0.10.
|
|
370
|
-
truss-0.10.
|
|
371
|
-
truss-0.10.
|
|
367
|
+
truss-0.10.13.dist-info/METADATA,sha256=47EEkDwEv7QkXOh2Po5d32bbzDQHnp0c7iTco3jbQFY,6670
|
|
368
|
+
truss-0.10.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
369
|
+
truss-0.10.13.dist-info/entry_points.txt,sha256=-MwKfHHQHQ6j0HqIgvxrz3CehCmczDLTD-OsRHnjjuU,130
|
|
370
|
+
truss-0.10.13.dist-info/licenses/LICENSE,sha256=FTqGzu85i-uw1Gi8E_o0oD60bH9yQ_XIGtZbA1QUYiw,1064
|
|
371
|
+
truss-0.10.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|