mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
docs(deploy): mention tiktoken pre-download in non_root image
This commit is contained in:
parent
a82d45e6ad
commit
b03fa75ca0
1 changed files with 2 additions and 2 deletions
|
@ -560,9 +560,9 @@ ghcr.io/berriai/litellm-database:main-latest --config your_config.yaml
|
|||
|
||||
## LiteLLM without Internet Connection
|
||||
|
||||
By default `prisma generate` downloads [prisma's engine binaries](https://www.prisma.io/docs/orm/reference/environment-variables-reference#custom-engine-file-locations). This might cause errors when running without internet connection.
|
||||
By default `prisma generate` downloads [prisma's engine binaries](https://www.prisma.io/docs/orm/reference/environment-variables-reference#custom-engine-file-locations). LiteLLM also uses `tiktoken` for tracking the number of tokens in a given user input (for openai models). This might cause errors when running without internet connection.
|
||||
|
||||
Use this docker image to deploy litellm with pre-generated prisma binaries.
|
||||
Use this docker image to deploy litellm with pre-generated prisma binaries, and pre-downloaded tiktoken tokenizer files.
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/berriai/litellm-non_root:main-stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue