Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
41527a81
Commit
41527a81
authored
Jan 23, 2025
by
Alec
Committed by
GitHub
Jan 23, 2025
Browse files
fix: encoder repetition typo
Co-authored-by:
aflowers
<
aflowers@nvidia.com
>
parent
607fac29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/hello_world/deploy/__main__.py
examples/hello_world/deploy/__main__.py
+1
-1
No files found.
examples/hello_world/deploy/__main__.py
View file @
41527a81
...
...
@@ -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
)),
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment