"lib/vscode:/vscode.git/clone" did not exist on "9055b2d362d1085159ba08bf53a034bbb6ad47b5"
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 @@
# limitations under the License.
accelerate==1.6.0
av==15.0.0
fastapi==0.115.6
ftfy
genai-perf==0.0.13
......
......@@ -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.
### 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
- 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