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
vllm_cscc
Commits
55cba4a0
Unverified
Commit
55cba4a0
authored
Oct 26, 2025
by
Cyrus Leung
Committed by
GitHub
Oct 26, 2025
Browse files
[CI/Build] Update causal-conv1d installation (#27529)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
c7abff29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+4
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+4
-2
No files found.
.buildkite/test-amd.yaml
View file @
55cba4a0
...
...
@@ -789,8 +789,10 @@ steps:
-
vllm/
-
tests/models/language/generation
commands
:
# Install causal-conv1d for plamo2 models here, as it is not compatible with pip-compile.
-
pip install 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.0.post8'
# Install fast path packages for testing against transformers
# Note: also needed to run plamo2 model in vLLM
-
uv pip install --system --no-build-isolation 'git+https://github.com/state-spaces/mamba@v2.2.5'
-
uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.2'
-
pytest -v -s models/language/generation -m '(not core_model) and (not hybrid_model)'
-
label
:
Language Models Test (PPL)
...
...
.buildkite/test-pipeline.yaml
View file @
55cba4a0
...
...
@@ -699,8 +699,10 @@ steps:
-
vllm/
-
tests/models/language/generation
commands
:
# Install causal-conv1d for plamo2 models here, as it is not compatible with pip-compile.
-
pip install 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.0.post8'
# Install fast path packages for testing against transformers
# Note: also needed to run plamo2 model in vLLM
-
uv pip install --system --no-build-isolation 'git+https://github.com/state-spaces/mamba@v2.2.5'
-
uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/causal-conv1d@v1.5.2'
-
pytest -v -s models/language/generation -m '(not core_model) and (not hybrid_model)'
-
label
:
Language Models Test (PPL)
...
...
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