sutro 0.1.25__py3-none-any.whl → 0.1.26__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
@@ -439,7 +439,7 @@ class Sutro:
439
439
  output_column: str = "inference_result",
440
440
  job_priority: int = 0,
441
441
  output_schema: Union[Dict[str, Any], BaseModel] = None,
442
- sampling_params: dict = None,
442
+ sampling_params: dict = {},
443
443
  system_prompt: str = None,
444
444
  dry_run: bool = False,
445
445
  stay_attached: Optional[bool] = None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sutro
3
- Version: 0.1.25
3
+ Version: 0.1.26
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=6Qy9Vwaaho92HeO8YA_z1De4zp1dEFkSX3bEnLvdbkE,13203
3
+ sutro/sdk.py,sha256=GILw7C9FuhejdLCQJ4GNdx4Brk6IyxN8oDCLRVXQhJ0,51550
4
+ sutro-0.1.26.dist-info/METADATA,sha256=D7BFSwDqW1XjJBw9lnKarv1zQ7t6yY0OPIseJ0b1xQY,669
5
+ sutro-0.1.26.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ sutro-0.1.26.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
+ sutro-0.1.26.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ sutro-0.1.26.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- sutro/__init__.py,sha256=yUiVwcZ8QamSqDdRHgzoANyTZ-x3cPzlt2Fs5OllR_w,402
2
- sutro/cli.py,sha256=6Qy9Vwaaho92HeO8YA_z1De4zp1dEFkSX3bEnLvdbkE,13203
3
- sutro/sdk.py,sha256=zBnLIg9wvoAplGEVNdgfCsgnUKR48NDPVOB4rBSYR4M,51552
4
- sutro-0.1.25.dist-info/METADATA,sha256=IF1W0ikpazMAuNueo83G2sCBMVcbDFphMB7Y8Sw7xNo,669
5
- sutro-0.1.25.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
- sutro-0.1.25.dist-info/entry_points.txt,sha256=eXvr4dvMV4UmZgR0zmrY8KOmNpo64cJkhNDywiadRFM,40
7
- sutro-0.1.25.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- sutro-0.1.25.dist-info/RECORD,,
File without changes