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

This commit is contained in:
youkaichao 2024-04-02 12:57:04 -07:00 committed by GitHub
parent b321d4881b
commit a3c226e7eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ from vllm.entrypoints.llm import LLM
from vllm.outputs import CompletionOutput, RequestOutput
from vllm.sampling_params import SamplingParams
__version__ = "0.4.0"
__version__ = "0.4.0.post1"
__all__ = [
"LLM",