Skip to content

Commit 5d7bade

Browse files
authored
Update vllm_serve.py
1 parent 8309ce8 commit 5d7bade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trl/scripts/vllm_serve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import os
1818
from dataclasses import dataclass, field
1919
from typing import Optional, Sequence
20-
from vllm_patch import (
20+
from ..scripts.vllm_patch import (
2121
LoRARequest as PatchedLoRARequest,
2222
WorkerLoRAManager as PatchedWorkerLoRAManager,
2323
LRUCacheWorkerLoRAManager as PatchedLRUCacheWorkerLoRAManager,

0 commit comments

Comments
 (0)