Vllm
Initialization for the ZenML vLLM integration.
VLLMIntegration
Bases: Integration
Definition of vLLM integration for ZenML.
Source code in src/zenml/integrations/vllm/__init__.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|
activate()
classmethod
Activates the integration.
Source code in src/zenml/integrations/vllm/__init__.py
33 34 35 36 |
|
flavors()
classmethod
Declare the stack component flavors for the vLLM integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
List of stack component flavors for this integration. |
Source code in src/zenml/integrations/vllm/__init__.py
38 39 40 41 42 43 44 45 46 47 |
|