Update documentation temporarily for prerelease to enable v.5.0rc of transformers

This commit is contained in:
filipstrand 2025-12-03 23:01:21 +01:00
parent c5f8b73d9d
commit ef5fce289a

View File

@ -65,7 +65,7 @@ All models are implemented from scratch in MLX and only the tokenizers are used
For users, the easiest way to install MFLUX is to use `uv tool`: If you have [installed `uv`](https://github.com/astral-sh/uv?tab=readme-ov-file#installation), simply:
```sh
uv tool install --upgrade mflux
uv tool install --upgrade mflux --prerelease=allow
```
to get the `mflux-generate` and related command line executables. You can skip to the usage guides below.