Results 23 issues of wirthual

Initial code to add fake data for inference db, tracked by #3090 For simplicity, I used [Polyfactory](https://github.com/litestar-org/polyfactory) to generate the data. I faked data for: `User`, `Worker`,` Chat` and `Message`...

## Describe the bug We use spectral to lint documents in our repo, however if someone opens a pull request the process fails with the following message: Error: Resource not...

A lot of clients have been documented but are not yet added to the deutschland optional dependencies which means they can not be installed following the deutschland[name_of_package] pattern. Check which...

good first issue

Scheint die haben etwas geaendert: Die url fuer den rss feed sieht jetzt so aus: ``` https://www.lebensmittelwarnung.de/___LMW-Redaktion/RSSNewsfeed/Functions/RssFeeds/rssnewsfeed_Alle_DE.xml?nn=314268&type=bedarfsgegenstaende&state=nordrheinwestfalen ``` Anstatt wie bisher: ``` https://www.lebensmittelwarnung.de/bvl-lmw-de/opensaga/feed/{0}/{1}.rss" ```

Hi, add the new models to the README. I assumed latest first would make sense.

documentation

### Contact Details [email protected] ### What happened? When running the embedding server: ``` ./llamafiler -m ~/Downloads/all-MiniLM-L6-v2.F32.gguf ``` And acessing the open ai api endpoint v1/embedding, the model name is not...

bug
low severity

Thank you for this great project! **Describe the bug** Ruff check of generated code is failing Generating a client from an openapi.json file results in ``` Error(s) encountered while generating,...

### Prerequisites - [x] I am running the latest code. Mention the version if possible as well. - [x] I carefully followed the [README.md](https://github.com/ggml-org/llama.cpp/blob/master/README.md). - [x] I searched using keywords...

enhancement

POC to see if bettertransformer can simply be used with transformers>4.49 Extracted code from optimum repo to here: https://github.com/wirthual/better_transformer Had to update some dependencies to make it work.