CognitiveServicesArcDeploymentVllmProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Effective vLLM runtime parameters for an Arc deployment.
public class CognitiveServicesArcDeploymentVllmProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesArcDeploymentVllmProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesArcDeploymentVllmProperties>
type CognitiveServicesArcDeploymentVllmProperties = class
interface IJsonModel<CognitiveServicesArcDeploymentVllmProperties>
interface IPersistableModel<CognitiveServicesArcDeploymentVllmProperties>
Public Class CognitiveServicesArcDeploymentVllmProperties
Implements IJsonModel(Of CognitiveServicesArcDeploymentVllmProperties), IPersistableModel(Of CognitiveServicesArcDeploymentVllmProperties)
- Inheritance
-
CognitiveServicesArcDeploymentVllmProperties
- Implements
Properties
| Name | Description |
|---|---|
| GpuMemoryUtilization |
Fraction of GPU memory reserved for model execution. |
| IsEagerExecutionEnforced |
Whether eager execution is enforced for the vLLM runtime. |
| MaxModelLen |
Maximum model context length. |
| TensorParallelSize |
Number of GPUs used for tensor parallelism. |