sutro 0.1.29__py3-none-any.whl → 0.1.30__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 sutro might be problematic. Click here for more details.

sutro/sdk.py CHANGED
@@ -436,7 +436,7 @@ class Sutro:
436
436
  def infer(
437
437
  self,
438
438
  data: Union[List, pd.DataFrame, pl.DataFrame, str],
439
- model: Union[ModelOptions, List[ModelOptions]] = "llama-3.1-8b",
439
+ model: Union[ModelOptions, List[ModelOptions]] = "gemma-3-12b-it",
440
440
  column: str = None,
441
441
  output_column: str = "inference_result",
442
442
  job_priority: int = 0,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sutro
3
- Version: 0.1.29
3
+ Version: 0.1.30
4
4
  Summary: Sutro Python SDK
5
5
  Project-URL: Homepage, https://sutro.sh
6
6
  Project-URL: Documentation, https://docs.sutro.sh
@@ -0,0 +1,8 @@
1
+ sutro/__init__.py,sha256=yUiVwcZ8QamSqDdRHgzoANyTZ-x3cPzlt2Fs5OllR_w,402
2
+ sutro/cli.py,sha256=8DrJVbjoayCUz4iszlj35Tv1q1gzDVzx_CuF6gZHwuU,13636
3
+ sutro/sdk.py,sha256=Jt1jDS2nFNI-YbY3rIbzZrJLDcVPjlcf4Lgs4ijL4ag,55359
4
+ sutro-0.1.30.dist-info/METADATA,sha256=fyEcdCfJ2JFXKTYeo7KsK_nlXVBz1BRgje4ZcOWMJfM,700
5
+ sutro-0.1.30.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ sutro-0.1.30.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
+ sutro-0.1.30.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ sutro-0.1.30.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- sutro/__init__.py,sha256=yUiVwcZ8QamSqDdRHgzoANyTZ-x3cPzlt2Fs5OllR_w,402
2
- sutro/cli.py,sha256=8DrJVbjoayCUz4iszlj35Tv1q1gzDVzx_CuF6gZHwuU,13636
3
- sutro/sdk.py,sha256=4cdRclI_meTrp26yhVeJDMlbWrqEb5Lwufi5d8WTmh0,55357
4
- sutro-0.1.29.dist-info/METADATA,sha256=a6c-nO9s4x3a2cT99JuGIySRgqMzGlWA6iUEXtnGvow,700
5
- sutro-0.1.29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- sutro-0.1.29.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
- sutro-0.1.29.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- sutro-0.1.29.dist-info/RECORD,,
File without changes