drbh

Results 36 issues of drbh

### Feature request Currently the tools feature does not return the name of the chosen function. This is due to how tools/functions are implemented in TGI (by constrained generation vs...

I was hoping to get a better understanding of the project and the flow to add new features. Got stuck on the serialization of the response items. Once I fully...

@philippgille Great work! this is an awesome library that is forsure going to get alot of use. I was hoping to build a small app around this sdk and want...

enhancement

This is an awesome project! I was wondering how difficult it would be to add a second handler (redis) to a component. I'd like to be able to follow a...

This PR adds flash attention to whisper and can be run with the following command. ```bash cargo run --example whisper --release --features flash-attn -- --use-flash-attn ``` *note to enable candle...

This PR adds a deprecation warning to the clients and points users to the https://github.com/huggingface/huggingface_hub

This PR improves the parsing of content in messages by deserializing all content into `ContentChunks` (a vector of `ContentChunk`). Each `ContentChunk` is an enum representing either raw text or an...

hey @jessebraham this is a great project. I'd love to be able to get the networking feature to work on my d1-mini. Do you have any ideas on how this...

This is a work in progress and am opening for visibility and help. This PR aims to add a example for the nrf24 via SPI and essentially is a port...

This draft PR explores the possibility of wrapping the launcher and server rust applications into a python package to make it even easier to get started with TGI. This change...