Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d2faf0e6
Unverified
Commit
d2faf0e6
authored
Dec 18, 2025
by
milesial
Committed by
GitHub
Dec 19, 2025
Browse files
feat: Runtime media decoder config (#5011)
Signed-off-by:
Alexandre Milesi
<
milesial@users.noreply.github.com
>
parent
481dc636
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
lib/llm/tests/test_streaming_usage.rs
lib/llm/tests/test_streaming_usage.rs
+2
-0
lib/llm/tests/tool_choice.rs
lib/llm/tests/tool_choice.rs
+1
-0
lib/llm/tests/tool_choice_finish_reasons.rs
lib/llm/tests/tool_choice_finish_reasons.rs
+1
-0
No files found.
lib/llm/tests/test_streaming_usage.rs
View file @
d2faf0e6
...
...
@@ -186,6 +186,7 @@ fn create_chat_request(include_usage: Option<bool>) -> NvCreateChatCompletionReq
common
:
Default
::
default
(),
nvext
:
None
,
chat_template_args
:
None
,
media_io_kwargs
:
None
,
unsupported_fields
:
Default
::
default
(),
}
}
...
...
@@ -423,6 +424,7 @@ fn create_nonstreaming_chat_request() -> NvCreateChatCompletionRequest {
common
:
Default
::
default
(),
nvext
:
None
,
chat_template_args
:
None
,
media_io_kwargs
:
None
,
unsupported_fields
:
Default
::
default
(),
}
}
...
...
lib/llm/tests/tool_choice.rs
View file @
d2faf0e6
...
...
@@ -30,6 +30,7 @@ fn create_test_request() -> NvCreateChatCompletionRequest {
common
:
Default
::
default
(),
nvext
:
None
,
chat_template_args
:
None
,
media_io_kwargs
:
None
,
unsupported_fields
:
Default
::
default
(),
}
}
...
...
lib/llm/tests/tool_choice_finish_reasons.rs
View file @
d2faf0e6
...
...
@@ -32,6 +32,7 @@ fn create_test_request() -> NvCreateChatCompletionRequest {
common
:
Default
::
default
(),
nvext
:
None
,
chat_template_args
:
None
,
media_io_kwargs
:
None
,
unsupported_fields
:
Default
::
default
(),
}
}
...
...
Prev
1
2
Next
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