Commit 41527a81 authored by Alec's avatar Alec Committed by GitHub
Browse files

fix: encoder repetition typo


Co-authored-by: default avataraflowers <aflowers@nvidia.com>
parent 607fac29
......@@ -160,7 +160,7 @@ async def main(args):
deployment = Deployment(
[
# (worker_config, repeat_count )
(encoder, int(encoder_decoder_worker_instances)),
(encoder, int(encoder_worker_instances)),
(decoder, int(decoder_worker_instances)),
(encoder_decoder, int(encoder_decoder_worker_instances)),
],
......
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