mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Main: Remove uvloop/winloop from experimental status
Uvloop/Winloop does provide advantages to asyncio vs the standard Proactor loop, so remove experimental status. Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -437,14 +437,6 @@ class DeveloperConfig(BaseConfigModel):
|
||||
cuda_malloc_backend: Optional[bool] = Field(
|
||||
False, description=("Enable the torch CUDA malloc backend (default: False).")
|
||||
)
|
||||
uvloop: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
"Run asyncio using Uvloop or Winloop which can improve performance.\n"
|
||||
"NOTE: It's recommended to enable this, but if something breaks "
|
||||
"turn this off."
|
||||
),
|
||||
)
|
||||
realtime_process_priority: Optional[bool] = Field(
|
||||
False,
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user