Rémi Louf

Results 291 issues of Rémi Louf

The documentation points to the code in `main`, and not the latest release. Material Mkdocs [allows to version the docs](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/) and we should set this so as to not confuse...

documentation

enhancement
help wanted
API models

### Project to be claimed `prompts`: https://pypi.org/project/prompts ### Your PyPI username `rlouf`: https://pypi.org/user/rlouf ### Reasons for the request We recently release the code for an open source project called "prompts"...

PEP 541

First version where the wheels are available. Closes #1202. Closes #1198.

dependencies

Generating list of JSON objects can be useful. For instance, in the summarisation cookbook we had to use a workaround to be able to generate such a list. I guess...

structured generation

`generate.choice` currently takes a list of options as an input. It wouldn't be too difficult to also support `Enum` objects.

structured generation

My installation is based on [c2ff402](https://github.com/EricLBuehler/mistral.rs/commit/c2ff4027824f71d59ebcc6a4aad87f099865a348) ```shell ./mistralrs-server -i plain -m microsoft/Phi-3-small-8k-instruct -a phi3 ``` I run into the following error: ``` Could not get file "tokenizer.json" from API: RequestError(Status(404,...

bug