Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
alright
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-neuma committed Jun 4, 2024
1 parent 61a679c commit ee3b2c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
32 changes: 21 additions & 11 deletions .github/workflows/nm-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,25 @@ jobs:
with:
fs_cache: ${{ secrets.HF_FS_CACHE }}

- name: download whl
id: download
uses: actions/download-artifact@v4
with:
name: ${{ inputs.whl }}
path: ${{ inputs.whl }}
# - name: download whl
# id: download
# uses: actions/download-artifact@v4
# with:
# name: ${{ inputs.whl }}
# path: ${{ inputs.whl }}

# - name: install whl
# id: install_whl
# uses: ./.github/actions/nm-install-whl/
# with:
# python: ${{ inputs.python }}
# venv:

- name: install whl
id: install_whl
uses: ./.github/actions/nm-install-whl/
with:
python: ${{ inputs.python }}
venv:
run: |
pip install --extra-index-url https://pypi.neuralmagic.com/simple nm-vllm
mv vllm vllm-ignore
mv csrc csrc-ignore
- name: run benchmarks
uses: ./.github/actions/nm-benchmark/
Expand All @@ -137,6 +143,10 @@ jobs:
python: ${{ inputs.python }}
venv:

- name: take a look
run: |
ls -al benchmark-results
- name: store benchmark result artifacts
if: success()
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/remote-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches-ignore:
- main
- gcp-test-runners

concurrency:
group: ${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit ee3b2c1

Please sign in to comment.