Config: Remove developer arg cuda_malloc_backend
* cudaMallocAsync is now enabled by default on supported configurations
This commit is contained in:
parent
113643c0df
commit
102af306e5
2 changed files with 0 additions and 6 deletions
|
|
@ -419,9 +419,6 @@ class DeveloperConfig(BaseConfigModel):
|
|||
disable_request_streaming: Optional[bool] = Field(
|
||||
False, description=("Disable API request streaming (default: False).")
|
||||
)
|
||||
cuda_malloc_backend: Optional[bool] = Field(
|
||||
False, description=("Enable the torch CUDA malloc backend (default: False).")
|
||||
)
|
||||
realtime_process_priority: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue