"docs/vscode:/vscode.git/clone" did not exist on "c9a60278d6a56ad99aeddb140f411d149a646413"
Unverified Commit 80d8aa19 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

feat(sglang): unify entry point for SGLang backend architecture (#2493)

parent 28400714
...@@ -62,7 +62,7 @@ vllm = [ ...@@ -62,7 +62,7 @@ vllm = [
sglang = [ sglang = [
"uvloop", "uvloop",
"nixl<=0.4.1", "nixl<=0.4.1",
"sglang[all]==0.4.9.post6", "sglang[all]==0.5.0rc2",
] ]
llama_cpp = [ llama_cpp = [
...@@ -138,7 +138,7 @@ addopts = [ ...@@ -138,7 +138,7 @@ addopts = [
"--ignore-glob=*_inc.py", "--ignore-glob=*_inc.py",
"--ignore-glob=*/llm/tensorrtllm*", "--ignore-glob=*/llm/tensorrtllm*",
"--ignore-glob=docs/*", "--ignore-glob=docs/*",
"--ignore-glob=components/backends/sglang/src/dynamo/sglang/common/*", "--ignore-glob=components/backends/sglang/src/dynamo/sglang/request_handlers/*",
# FIXME: Get relative/generic blob paths to work here # FIXME: Get relative/generic blob paths to work here
] ]
xfail_strict = true xfail_strict = true
......
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