Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions .buildkite/test-amd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,8 @@ steps:
commands:
# 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/[email protected]'
- uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/state-spaces/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
# Shard hybrid language model tests
- pytest -v -s models/language/generation \
-m hybrid_model \
Expand All @@ -851,8 +851,8 @@ steps:
commands:
# 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/[email protected]'
- uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/state-spaces/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- pytest -v -s models/language/generation -m '(not core_model) and (not hybrid_model)'

- label: Language Models Test (PPL)
Expand Down
8 changes: 4 additions & 4 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ steps:
commands:
# 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/[email protected]'
- uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/state-spaces/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
# Shard hybrid language model tests
- pytest -v -s models/language/generation \
-m hybrid_model \
Expand All @@ -756,8 +756,8 @@ steps:
commands:
# 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/[email protected]'
- uv pip install --system --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/state-spaces/[email protected]'
- uv pip install --no-build-isolation 'git+https://github.com/Dao-AILab/[email protected]'
- pytest -v -s models/language/generation -m '(not core_model) and (not hybrid_model)'

- label: Language Models Test (PPL)
Expand Down
Loading