Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Core] Fix tracking of model forward time to the span traces in case of PP>1 #7440

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update the number of gpus used for the tracing test on buildkite
  • Loading branch information
sfc-gh-mkeralapura committed Aug 15, 2024
commit 125cd0725cdea7aeaef9b28888ad711433d4b2ab
8 changes: 5 additions & 3 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ steps:
- pytest -v -s distributed/test_pynccl.py
- pytest -v -s spec_decode/e2e/test_integration_dist_tp4.py

##### fast check tests #####
##### 1 GPU test #####

- label: Metrics, Tracing Test # 10min
num_gpus: 2
fast_check: true
source_file_dependencies:
- vllm/
- tests/metrics
Expand All @@ -114,6 +113,9 @@ steps:
opentelemetry-semantic-conventions-ai"
- pytest -v -s tracing

##### fast check tests #####
##### 1 GPU test #####

- label: Regression Test # 5min
mirror_hardwares: [amd]
source_file_dependencies:
Expand Down
Loading