Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 16, 2024
1 parent ad53ce2 commit 7476487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/lvms/video-llama/server/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +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 && \
sed -i '219s/unknown/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 7476487

Please sign in to comment.