Unverified Commit 26d7a61e authored by Biswa Panda's avatar Biswa Panda Committed by GitHub
Browse files

fix: add missing av dependency in contanier for multimodal examples (#1881)

parent 1704b126
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
# limitations under the License. # limitations under the License.
accelerate==1.6.0 accelerate==1.6.0
av==15.0.0
fastapi==0.115.6 fastapi==0.115.6
ftfy ftfy
genai-perf==0.0.13 genai-perf==0.0.13
......
...@@ -254,13 +254,6 @@ For more details on managing deployments, testing, and troubleshooting, please r ...@@ -254,13 +254,6 @@ For more details on managing deployments, testing, and troubleshooting, please r
This example demonstrates deploying an aggregated multimodal model that can process video inputs. This example demonstrates deploying an aggregated multimodal model that can process video inputs.
### Dependency
Video example relies on `av` package for video preprocessing inside the encode_worker.
Please install `av` inside the dynamo container to enable video example.
`pip install av`
### Components ### Components
- workers: For video serving, we have two workers, [video_encode_worker](components/video_encode_worker.py) for decoding video into frames, and [video_decode_worker](components/video_decode_worker.py) for prefilling and decoding. - workers: For video serving, we have two workers, [video_encode_worker](components/video_encode_worker.py) for decoding video into frames, and [video_decode_worker](components/video_decode_worker.py) for prefilling and decoding.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment