Unverified Commit a3c226e7 authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[CI/Build] 0.4.0.post1, fix sm 7.0/7.5 binary (#3803)

parent b321d488
...@@ -8,7 +8,7 @@ from vllm.entrypoints.llm import LLM ...@@ -8,7 +8,7 @@ from vllm.entrypoints.llm import LLM
from vllm.outputs import CompletionOutput, RequestOutput from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams from vllm.sampling_params import SamplingParams
__version__ = "0.4.0" __version__ = "0.4.0.post1"
__all__ = [ __all__ = [
"LLM", "LLM",
......
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