mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-09 17:56:36 +08:00
[bugfix] >1.43 constraint for openai (#8169)
Co-authored-by: Michael Goin <michael@neuralmagic.com>
This commit is contained in:
parent
e01c2beb7d
commit
1afc931987
@ -9,7 +9,7 @@ tokenizers >= 0.19.1 # Required for Llama 3.
|
||||
protobuf # Required by LlamaTokenizer.
|
||||
fastapi
|
||||
aiohttp
|
||||
openai >= 1.0 # Ensure modern openai package (ensure types module present)
|
||||
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
|
||||
uvicorn[standard]
|
||||
pydantic >= 2.8 # Required for OpenAI server.
|
||||
pillow # Required for image processing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user