synth-ai 0.2.9.dev16__py3-none-any.whl → 0.2.9.dev17__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 synth-ai might be problematic. Click here for more details.
- synth_ai/cli/root.py +19 -10
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/METADATA +1 -1
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/RECORD +7 -7
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/WHEEL +0 -0
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/entry_points.txt +0 -0
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.2.9.dev16.dist-info → synth_ai-0.2.9.dev17.dist-info}/top_level.txt +0 -0
synth_ai/cli/root.py
CHANGED
|
@@ -34,18 +34,27 @@ except Exception:
|
|
|
34
34
|
from synth_ai import __version__ as __pkg_version__ # type: ignore
|
|
35
35
|
except Exception:
|
|
36
36
|
__pkg_version__ = "unknown"
|
|
37
|
+
|
|
37
38
|
|
|
38
|
-
|
|
39
|
+
EQ_SIGN_DIVIDER = f"\n{'=' * 75}\n"
|
|
40
|
+
nl = "\n"
|
|
39
41
|
HELP_MESSAGE = f"""
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
42
|
+
{EQ_SIGN_DIVIDER}
|
|
43
|
+
Synth AI SDK
|
|
44
|
+
{nl}
|
|
45
|
+
Version {__pkg_version__}
|
|
46
|
+
{EQ_SIGN_DIVIDER}
|
|
47
|
+
{EQ_SIGN_DIVIDER}
|
|
48
|
+
🚀 Get started:
|
|
49
|
+
|
|
50
|
+
- Guide for Fine-Tuning →
|
|
51
|
+
https://docs.usesynth.ai/sdk/examples/fine-tuning-demo
|
|
52
|
+
|
|
53
|
+
- Guide for Reinforcement Learning →
|
|
54
|
+
https://docs.usesynth.ai/sdk/examples/math-rl-demo
|
|
55
|
+
|
|
56
|
+
For all SDK docs, go to https://docs.usesynth.ai/sdk
|
|
57
|
+
{EQ_SIGN_DIVIDER}
|
|
49
58
|
"""
|
|
50
59
|
|
|
51
60
|
|
|
@@ -151,7 +151,7 @@ synth_ai/cli/legacy_root_backup.py,sha256=KSMADyJ2g5OVpsq_CeBzqIeDC2Um-9GyINzsJH
|
|
|
151
151
|
synth_ai/cli/man.py,sha256=JQDon73ZkuKP9xr1_vRh5fjV9_b5xiUb7zNjny7ArB8,3765
|
|
152
152
|
synth_ai/cli/recent.py,sha256=uvkrZHMSaccW2tK9rC_TW9hPC9Hxz2HyQSIAC8-Th6c,4207
|
|
153
153
|
synth_ai/cli/rl_demo.py,sha256=SBH5t5EnRgpq0nZm9LXlAunC8CprXwZkkTzjhWDrXaQ,9257
|
|
154
|
-
synth_ai/cli/root.py,sha256=
|
|
154
|
+
synth_ai/cli/root.py,sha256=_eH9FwEJS6p1XxZUhZbn-81F87v0od5CVfw1yFBOsl8,14124
|
|
155
155
|
synth_ai/cli/status.py,sha256=ylz2idaMCkYwpZSY9-yXQrKW9KUWyrphxxT_vcc0HMY,4629
|
|
156
156
|
synth_ai/cli/task_apps.py,sha256=NU0cRbbn3LD8U5FAuH9DmD9TKpW9AAb5DDQNhGraWTo,104700
|
|
157
157
|
synth_ai/cli/traces.py,sha256=2ks84Orv91qgF6TQS2sZVtUUYEPGtjGMByaOCHl9NYs,6607
|
|
@@ -564,9 +564,9 @@ synth_ai/v0/tracing_v3/abstractions.py,sha256=7IHKkzicFEJ4UXJbodK11Pi8YYq7Vt8Ev_
|
|
|
564
564
|
synth_ai/v0/tracing_v3/decorators.py,sha256=fRyVBKEbxAPZoDsBH7t8OVLVixvgD_Lw_1ONF1TuZxU,108
|
|
565
565
|
synth_ai/v0/tracing_v3/llm_call_record_helpers.py,sha256=JYSpGtW-RC-DnhUIPdVADNF3rK5x8Tl8DOymbmRI99I,121
|
|
566
566
|
synth_ai/v0/tracing_v3/session_tracer.py,sha256=TSUzb_fUUlpwOqFE1X-Fs14nG2CNe7MZLKOvH7cV2kE,112
|
|
567
|
-
synth_ai-0.2.9.
|
|
568
|
-
synth_ai-0.2.9.
|
|
569
|
-
synth_ai-0.2.9.
|
|
570
|
-
synth_ai-0.2.9.
|
|
571
|
-
synth_ai-0.2.9.
|
|
572
|
-
synth_ai-0.2.9.
|
|
567
|
+
synth_ai-0.2.9.dev17.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
|
568
|
+
synth_ai-0.2.9.dev17.dist-info/METADATA,sha256=THAxevif4yB7QjbqxFWErsJWP8Lv1qpXQnrKK5ewhEk,5974
|
|
569
|
+
synth_ai-0.2.9.dev17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
570
|
+
synth_ai-0.2.9.dev17.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
|
|
571
|
+
synth_ai-0.2.9.dev17.dist-info/top_level.txt,sha256=2cSIzycTn0tayJXquy_uquOpwcd8eKqKPnVIwnRmwDE,24
|
|
572
|
+
synth_ai-0.2.9.dev17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|