File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 110110# Cannot use __name__ (https://github.com/vllm-project/vllm/pull/4765)
111111logger = init_logger ('vllm.entrypoints.openai.api_server' )
112112
113+ # Deprecation notice
114+ logger .warning (
115+ "Starting from v1.23.0, the vLLM fork will reach end-of-life (EOL) and be "
116+ "deprecated in v1.24.0, remaining functional only for legacy use cases "
117+ "until then. \n At the same time, the vllm-gaudi plugin will be "
118+ "production-ready in v1.23.0 and will become the default by v1.24.0.\n "
119+ "This plugin integrates Intel Gaudi with vLLM for optimized LLM inference "
120+ "and is intended for future deployments.\n We strongly suggest preparing a "
121+ "migration path toward the plugin version: https://github.com/vllm-project/vllm-gaudi"
122+ )
123+
113124_running_tasks : set [asyncio .Task ] = set ()
114125
115126
You can’t perform that action at this time.
0 commit comments