Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Oct 4, 2024
1 parent 3d737d1 commit d68e7ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/python/vllm/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def load_video(self, video_path: str):
video_path (str): The path to the image file.
Returns:
Image: The loaded image.
Video: The loaded video.
"""
try:
video = VideoAsset(name=video_path).np_ndarrays
Expand Down
1 change: 0 additions & 1 deletion backend/python/vllm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi
if [ "x${BUILD_TYPE}" == "x" ]; then
ensureVenv
# https://docs.vllm.ai/en/v0.6.1/getting_started/cpu-installation.html
export VLLM_TARGET_DEVICE=cpu
if [ ! -d vllm ]; then
git clone https://github.com/vllm-project/vllm
fi
Expand Down

0 comments on commit d68e7ae

Please sign in to comment.