mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
fix ml dtypes
This commit is contained in:
parent
c6091ebbf2
commit
61105bc2ae
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ gunicorn==23.0.0 # server dep
|
|||
uvloop==0.21.0 # uvicorn dep, gives us much better performance under load
|
||||
boto3==1.34.34 # aws bedrock/sagemaker calls
|
||||
redis==5.2.1 # redis caching
|
||||
ml-dtypes==0.5.2 # for redis semantic caching
|
||||
ml-dtypes==0.5.1 # for redis semantic caching
|
||||
redisvl==0.5.1 # semantic caching
|
||||
prisma==0.11.0 # for db
|
||||
mangum==0.17.0 # for aws lambda functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue