Skip to content

Commit e03d087

Browse files
committed
add patch
1 parent 1dfcf43 commit e03d087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twinkle/sampler/vllm_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def __init__(
136136
self._create_engine_async(VLLMEngine, model_id, engine_kwargs)
137137
)
138138

139-
VLLMLoraWeights().patch(self)
139+
VLLMLoraWeights()(self)
140140

141141
def _run_event_loop(self):
142142
"""Run the event loop in background thread."""

0 commit comments

Comments
 (0)