Skip to content

Commit 26d7a61

Browse files
authored
fix: add missing av dependency in contanier for multimodal examples (#1881)
1 parent 1704b12 commit 26d7a61

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

container/deps/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
accelerate==1.6.0
17+
av==15.0.0
1718
fastapi==0.115.6
1819
ftfy
1920
genai-perf==0.0.13

examples/multimodal/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,6 @@ For more details on managing deployments, testing, and troubleshooting, please r
254254

255255
This example demonstrates deploying an aggregated multimodal model that can process video inputs.
256256

257-
### Dependency
258-
259-
Video example relies on `av` package for video preprocessing inside the encode_worker.
260-
Please install `av` inside the dynamo container to enable video example.
261-
262-
`pip install av`
263-
264257
### Components
265258

266259
- 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.

0 commit comments

Comments
 (0)