Skip to content

Commit

Permalink
nightly patches (vllm-project#160)
Browse files Browse the repository at this point in the history
SUMMARY:
* add missing "__init__.py"
* disambiguate artifact name collision
* adjust timeouts

TEST PLAN:
runs on remote push

Co-authored-by: andy-neuma <andy@neuralmagic.com>
  • Loading branch information
andy-neuma and andy-neuma authored Apr 2, 2024
1 parent cbe584e commit 5d256f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: ./.github/workflows/nm-lm-eval-accuracy.yml
with:
label: aws-avx2-32G-a10g-24G
timeout: 60
timeout: 240
gitref: '${{ github.ref }}'
Gi_per_thread: 12
nvcc_threads: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: cc-vllm-html
name: cc-vllm-html-${{ inputs.test_label }}
path: cc-vllm-html
retention-days: 15

Expand Down
Empty file added vllm/spec_decode/__init__.py
Empty file.

0 comments on commit 5d256f5

Please sign in to comment.