Skip to content

Commit f349dfe

Browse files
committed
Remove vllm deployer step code
1 parent af60811 commit f349dfe

File tree

3 files changed

+1
-112
lines changed

3 files changed

+1
-112
lines changed

src/zenml/integrations/vllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VLLMIntegration(Integration):
2828

2929
NAME = VLLM
3030

31-
REQUIREMENTS = ["vllm >= 0.6.0", "openai >= 1.0.0"]
31+
REQUIREMENTS = ["vllm>=0.6.0", "openai>=1.0.0"]
3232

3333
@classmethod
3434
def activate(cls) -> None:

src/zenml/integrations/vllm/steps/__init__.py

Whitespace-only changes.

src/zenml/integrations/vllm/steps/vllm_deployer.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)