Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4761877
feat: initial commit
ayushag-nv Aug 26, 2025
8a0d59c
fix: lint
ayushag-nv Aug 26, 2025
5e6a2e4
feat: HF_ENDPOINT addition (#2637)
Michaelgathara Aug 26, 2025
000d91b
docs: Update how containers should be built for SGLang examples (#2707)
Elnifio Aug 26, 2025
d89ce0d
feat: align OpenAI response IDs with distributed trace IDs (#2496)
qimcis Aug 26, 2025
30eae2b
fix: fix sglang multinode example (#2716)
julienmancuso Aug 26, 2025
27ef0bc
fix: fix metrics docs; add dcgm-exporter (#2712)
mohammedabdulwahhab Aug 26, 2025
6f8c9b0
fix: sglang -- queue requests until model registration completes (#2701)
hhzhang16 Aug 26, 2025
2bfeed3
feat: Add vllm multimodal qwen aggregated support (#2694)
krishung5 Aug 26, 2025
740c3fa
feat: add and enable reasoning and tool parser flags for trtllm and s…
nachiketb-nvidia Aug 26, 2025
79decae
fix: fix hello world (#2727)
mohammedabdulwahhab Aug 26, 2025
3af260c
chore: added more tests
ayushag-nv Aug 27, 2025
282381e
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 27, 2025
87ea5b3
chore: add support for list and dicts
ayushag-nv Aug 27, 2025
897187c
chore: addressed coderabbit comments
ayushag-nv Aug 29, 2025
732e349
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 29, 2025
3774a4f
fix: removed one more unwrap
ayushag-nv Aug 29, 2025
5c67ae0
chore: dco fix
ayushag-nv Aug 29, 2025
dddd3e0
fix: fmt
ayushag-nv Aug 29, 2025
71fdaeb
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 29, 2025
5a5a42a
fix: license fix
ayushag-nv Aug 29, 2025
00aa72d
fix: licensed fix now
ayushag-nv Aug 29, 2025
485daa7
fix: added safety comments
ayushag-nv Aug 29, 2025
40feee1
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 29, 2025
cfbba0e
chore: signed off
ayushag-nv Aug 29, 2025
0c23aa1
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 29, 2025
272b1d5
Merge branch 'main' into ayushag/add-pythonic-parser
ayushag-nv Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
259 changes: 258 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ allow = [
"MPL-2.0",
"CDLA-Permissive-2.0",
"Zlib",
"NCSA"
"NCSA",
"LGPL-3.0",
"CC0-1.0",
"Unicode-DFS-2016"
]

# TODO exceptions
Expand Down
2 changes: 2 additions & 0 deletions lib/parsers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ uuid = { workspace = true }
regex = "1"
openai-harmony = "0.0.3"
lazy_static = "1.5.0"
rustpython-parser = "0.4.0"
num-traits = "0.2"
Loading
Loading