Skip to content

Commit

Permalink
fix bug caused by bot
Browse files Browse the repository at this point in the history
Signed-off-by: BaoHuiling <[email protected]>
  • Loading branch information
BaoHuiling committed Aug 16, 2024
1 parent c2a3e89 commit ff6110c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comps/lvms/video-llama/server/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ARG VIDEO_LLAMA_REPO=https://github.com/DAMO-NLP-SG/Video-LLaMA.git
ARG VIDEO_LLAMA_COMMIT=0adb19e
RUN git clone ${VIDEO_LLAMA_REPO} Video-LLaMA && \
cd Video-LLaMA && git checkout ${VIDEO_LLAMA_COMMIT} && \
sed -i '219s/unknow/unknown/' video_llama/conversation/conversation_video.py && \
git apply --whitespace=fix ../video-llama.patch && \
mv video_llama ../ && \
cd ../ && rm -rf Video-LLaMA
Expand Down

0 comments on commit ff6110c

Please sign in to comment.