Skip to content

Commit 1a78b06

Browse files
authored
connector/250801 (#2244)
1 parent 2a24c79 commit 1a78b06

File tree

468 files changed

+68587
-68816
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

468 files changed

+68587
-68816
lines changed

.devcontainer/post-create.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ export CARGO_TARGET_DIR=$HOME/dynamo/.build/target
5252
cargo build --locked --profile dev --features mistralrs
5353
cargo doc --no-deps
5454

55-
# create symlinks for the binaries in the deploy directory
56-
mkdir -p $HOME/dynamo/deploy/sdk/src/dynamo/sdk/cli/bin
57-
ln -sf $HOME/dynamo/.build/target/debug/dynamo-run $HOME/dynamo/deploy/sdk/src/dynamo/sdk/cli/bin/dynamo-run
58-
5955
# install the python bindings
6056
cd $HOME/dynamo/lib/bindings/python && retry maturin develop
6157

.github/workflows/trigger_ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ jobs:
4747
filters: |
4848
vllm:
4949
- 'container/Dockerfile.vllm'
50-
- 'container/Dockerfile.vllm_nixl'
51-
- 'examples/python/llm/**'
52-
- 'examples/python_rs/llm/**'
5350
- 'container/deps/requirements.vllm.txt'
5451
- 'container/deps/vllm/**'
52+
- 'components/backends/vllm/**'
5553
- 'tests/serve/test_vllm.py'
5654
trtllm:
5755
- 'container/Dockerfile.tensorrt_llm'
@@ -62,6 +60,11 @@ jobs:
6260
- 'tests/serve/test_trtllm.py'
6361
sdk:
6462
- 'deploy/**'
63+
sglang:
64+
- 'container/Dockerfile.sglang'
65+
- 'container/Dockerfile.sglang-deepep'
66+
- 'components/backends/sglang/**'
67+
- 'container/build.sh'
6568
- name: Check if Validation Workflow has run
6669
id: check_workflow
6770
uses: actions/github-script@v6
@@ -104,6 +107,10 @@ jobs:
104107
ci_variables["RUN_TENSORRTLLM"]="true"
105108
fi
106109
110+
if [ "${{ steps.src_changes.outputs.sglang }}" == "true" ]; then
111+
ci_variables["RUN_SGLANG"]="true"
112+
fi
113+
107114
if [ "${{ steps.src_changes.outputs.sdk }}" == "true" ]; then
108115
ci_variables["RUN_SDK_CI"]="true"
109116
fi

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,4 @@ generated-values.yaml
8989
TensorRT-LLM
9090

9191
# Local build artifacts for devcontainer
92-
.build/
93-
# Copied binaries to ignore
94-
deploy/sdk/src/dynamo/sdk/cli/bin
92+
.build/

ATTRIBUTIONS-Go.md

Lines changed: 9663 additions & 27807 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)