pySilver

Results 133 comments of pySilver

On a second look - this onnx export has only vision model exported. Is that possible to have both text and image models exported? Otherwise, how one supposed to generate...

@jonyscathe @MichaReiser did you guys find any solution beside moving `app` declaration into a submodule?

@MichaReiser yeah, it appears that that is the only solution.

For anyone looking at this, the only solution until we get something better is to: 1. Extract your `thing` declaration into a separate module 2. Mention the decorator in `runtime-evaluated-decorators`...

It would be cool if https://github.com/boundaryml/baml could be integrated. It's simply awesome and removes the need for tooling support at all.

After some consideration I think my question is `apple vs oranges` type.

Is there a way to set `temperature` per request without modifying whole client via `Client Registry`?

`$(window).resize();` called in the right moment is the answer. You can verify this by navigating to the tab where table is expected to be shown and calling this code from...

@miguelgrinberg yeah, pipe is not working at the moment. It's a pity because formatters like ruff use it when target python version is `>=3.12`; I'd love to PR but at...