Unverified Commit 4bf6e5a6 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: use openai 1.99.1 (#8927)

parent 3ae33fcd
...@@ -74,6 +74,7 @@ blackwell = [ ...@@ -74,6 +74,7 @@ blackwell = [
"einops", "einops",
"flashinfer_python==0.2.10", "flashinfer_python==0.2.10",
"tiktoken", "tiktoken",
"openai==1.99.1",
] ]
# HIP (Heterogeneous-computing Interface for Portability) for AMD # HIP (Heterogeneous-computing Interface for Portability) for AMD
...@@ -97,7 +98,7 @@ srt_cpu = ["sglang[runtime_common]", "einops"] ...@@ -97,7 +98,7 @@ srt_cpu = ["sglang[runtime_common]", "einops"]
# https://vllm-ascend.readthedocs.io/en/latest/installation.html # https://vllm-ascend.readthedocs.io/en/latest/installation.html
srt_npu = ["sglang[runtime_common]"] srt_npu = ["sglang[runtime_common]"]
openai = ["openai>=1.99.1", "tiktoken"] openai = ["openai==1.99.1", "tiktoken"]
anthropic = ["anthropic>=0.20.0"] anthropic = ["anthropic>=0.20.0"]
litellm = ["litellm>=1.0.0"] litellm = ["litellm>=1.0.0"]
torch_memory_saver = ["torch_memory_saver>=0.0.8"] torch_memory_saver = ["torch_memory_saver>=0.0.8"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment