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 +1 -1
- {sutro-0.1.25.dist-info → sutro-0.1.26.dist-info}/METADATA +1 -1
- sutro-0.1.26.dist-info/RECORD +8 -0
- sutro-0.1.25.dist-info/RECORD +0 -8
- {sutro-0.1.25.dist-info → sutro-0.1.26.dist-info}/WHEEL +0 -0
- {sutro-0.1.25.dist-info → sutro-0.1.26.dist-info}/entry_points.txt +0 -0
- {sutro-0.1.25.dist-info → sutro-0.1.26.dist-info}/licenses/LICENSE +0 -0
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 =
|
|
442
|
+
sampling_params: dict = {},
|
|
443
443
|
system_prompt: str = None,
|
|
444
444
|
dry_run: bool = False,
|
|
445
445
|
stay_attached: Optional[bool] = None,
|
|
@@ -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,,
|
sutro-0.1.25.dist-info/RECORD
DELETED
|
@@ -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
|
|
File without changes
|
|
File without changes
|