Saaketh Ch

Results 3 issues of Saaketh Ch

Could we have pydantic support for a plugin to support custom object types? returns: - name: df type: DataFrame description: >- This DataFrame extends the input DataFrame with a newly-added...

enhancement

**Is your feature request related to a problem? Please describe.** No problems, Would be much better if we have a gpu inference run time as it will be much much...

![Screenshot 2023-11-21 212630](https://github.com/basetenlabs/truss-examples/assets/123130490/952b43a6-f621-487b-81d8-5ec1e3026e9f) using this CHECKPOINT = "mistralaiprivate\Mistral-7B-Instruct-v0.1" class Model: def __init__(self, **kwargs): self._model = None def load(self): self._model = pipeline( "text-generation", model=CHECKPOINT, torch_dtype=torch.bfloat16, device_map="auto", ) where mistralaiprivate is the...