Skip to content

Commit 8c43159

Browse files
yangli5tyli1 user
andauthored
add use_v1_engine as BaseDeployment attribute (#82)
Co-authored-by: yli1 user <yli1@submit-2.fair-aws-h100-1.hpcaas>
1 parent a2a8f82 commit 8c43159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

matrix/app_server/llm/ray_serve_vllm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def patched_post_init(self):
113113

114114
class BaseDeployment:
115115
lora_modules: Optional[List[LoRAModulePath]] = None
116+
use_v1_engine: Optional[bool] = None
116117

117118
def __init__(
118119
self,

0 commit comments

Comments
 (0)