Skip to content

Commit d68e7ae

Browse files
authored
Apply suggestions from code review
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3d737d1 commit d68e7ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

backend/python/vllm/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def load_video(self, video_path: str):
284284
video_path (str): The path to the image file.
285285
286286
Returns:
287-
Image: The loaded image.
287+
Video: The loaded video.
288288
"""
289289
try:
290290
video = VideoAsset(name=video_path).np_ndarrays

backend/python/vllm/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ fi
1616
if [ "x${BUILD_TYPE}" == "x" ]; then
1717
ensureVenv
1818
# https://docs.vllm.ai/en/v0.6.1/getting_started/cpu-installation.html
19-
export VLLM_TARGET_DEVICE=cpu
2019
if [ ! -d vllm ]; then
2120
git clone https://github.com/vllm-project/vllm
2221
fi

0 commit comments

Comments
 (0)