synth-ai 0.2.9.dev15__py3-none-any.whl → 0.2.9.dev16__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 +14 -1
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/METADATA +1 -1
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/RECORD +7 -7
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/WHEEL +0 -0
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/entry_points.txt +0 -0
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/licenses/LICENSE +0 -0
- {synth_ai-0.2.9.dev15.dist-info → synth_ai-0.2.9.dev16.dist-info}/top_level.txt +0 -0
synth_ai/cli/root.py
CHANGED
|
@@ -36,6 +36,19 @@ except Exception:
|
|
|
36
36
|
__pkg_version__ = "unknown"
|
|
37
37
|
|
|
38
38
|
|
|
39
|
+
HELP_MESSAGE = f"""
|
|
40
|
+
Synth AI v{__pkg_version__} - SDK for Reinforcement Learning and Supervised Fine-Tuning\n
|
|
41
|
+
|
|
42
|
+
Documentation walkthroughs:\n
|
|
43
|
+
• Supervised Fine-Tuning guide →
|
|
44
|
+
https://docs.usesynth.ai/sdk/examples/fine-tuning-demo\n
|
|
45
|
+
• Reinforcement Learning workflow →
|
|
46
|
+
https://docs.usesynth.ai/sdk/examples/math-rl-demo\n
|
|
47
|
+
|
|
48
|
+
For full SDK docs, see https://docs.usesynth.ai/sdk
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
|
|
39
52
|
SQLD_VERSION = "v0.26.2"
|
|
40
53
|
|
|
41
54
|
|
|
@@ -149,7 +162,7 @@ def install_sqld() -> str:
|
|
|
149
162
|
|
|
150
163
|
|
|
151
164
|
@click.group(
|
|
152
|
-
help=
|
|
165
|
+
help=HELP_MESSAGE
|
|
153
166
|
)
|
|
154
167
|
@click.version_option(version=__pkg_version__, prog_name="synth-ai")
|
|
155
168
|
def cli():
|
|
@@ -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=LjFSsbpqlbgFEdozTBIJ5DC4JnKs0gOwauOu8c_FU-0,14064
|
|
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.dev16.dist-info/licenses/LICENSE,sha256=ynhjRQUfqA_RdGRATApfFA_fBAy9cno04sLtLUqxVFM,1069
|
|
568
|
+
synth_ai-0.2.9.dev16.dist-info/METADATA,sha256=xuoSFaFRWVl8GQykHYygLEersUD1A_-1WGJrud9oEBw,5974
|
|
569
|
+
synth_ai-0.2.9.dev16.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
570
|
+
synth_ai-0.2.9.dev16.dist-info/entry_points.txt,sha256=Neq-3bT7TAijjgOIR77pKL-WYg6TWBDeO8pp_nL4vGY,91
|
|
571
|
+
synth_ai-0.2.9.dev16.dist-info/top_level.txt,sha256=2cSIzycTn0tayJXquy_uquOpwcd8eKqKPnVIwnRmwDE,24
|
|
572
|
+
synth_ai-0.2.9.dev16.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|