chore: revert back previous backend support PyTorch (#739)

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham
2023-11-29 01:44:41 -05:00
committed by GitHub
parent 0ce7782c2c
commit f0fa06004b
2 changed files with 1 additions and 2 deletions

View File

@@ -813,7 +813,6 @@ def build_command(
if backend == 'pt':
logger.warning("PyTorch backend is deprecated and will be removed from the next releases. Will set default backend to 'vllm' instead.")
backend = 'vllm'
llm = openllm.LLM[t.Any, t.Any](
model_id=model_id,