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

Commit

Permalink
clean up some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-neuma committed Apr 23, 2024
1 parent e697076 commit 765f56d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 55 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,29 +54,29 @@ jobs:
test_skip_list: neuralmagic/tests/skip-almost-all.txt
secrets: inherit

# # single gpu
# AWS-AVX2-32G-A10G-24G-Benchmark:
# uses: ./.github/workflows/nm-benchmark.yml
# with:
# label: aws-avx2-32G-a10g-24G
# benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
# timeout: 720
# gitref: '${{ github.ref }}'
# Gi_per_thread: 12
# nvcc_threads: 1
# python: "3.10.12"
# # Always push if it is a scheduled job
# push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
# secrets: inherit
BENCHMARK:
needs: [BUILD]
if: success()
uses: ./.github/workflows/nm-benchmark.yml
with:
label: aws-avx2-32G-a10g-24G
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
timeout: 720
gitref: '${{ github.ref }}'
python: 3.10.12
# Always push if it is a scheduled job
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
secrets: inherit

# # single gpu
# Accuracy-Smoke-AWS-AVX2-32G-A10G-24G:
# uses: ./.github/workflows/nm-lm-eval-smoke.yml
# with:
# label: aws-avx2-32G-a10g-24G
# timeout: 240
# gitref: '${{ github.ref }}'
# Gi_per_thread: 12
# nvcc_threads: 1
# python: "3.10.12"
# secrets: inherit
# TODO: decide if this should build or use the whl
# single gpu
Accuracy-Smoke-AWS-AVX2-32G-A10G-24G:
uses: ./.github/workflows/nm-lm-eval-smoke.yml
with:
label: aws-avx2-32G-a10g-24G
timeout: 240
gitref: '${{ github.ref }}'
Gi_per_thread: 12
nvcc_threads: 1
python: "3.10.12"
secrets: inherit
30 changes: 0 additions & 30 deletions .github/workflows/remote-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,33 +47,3 @@ jobs:
python: 3.10.12
push_benchmark_results_to_gh_pages: "false"
secrets: inherit

# # multi-gpu
# BUILD-TEST:
# strategy:
# matrix:
# python: [3.10.12]
# uses: ./.github/workflows/build-test.yml
# with:
# build_label: gcp-build-static
# timeout: 240
# gitref: '${{ github.ref }}'
# Gi_per_thread: 1
# nvcc_threads: 4
# python: ${{ matrix.python }}
# test_skip_list: neuralmagic/tests/skip-for-remote-push.txt
# secrets: inherit

# # Benchmarks
# AWS-AVX2-32G-A10G-24G-Benchmark:
# uses: ./.github/workflows/nm-benchmark.yml
# with:
# label: aws-avx2-32G-a10g-24G
# benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
# timeout: 180
# gitref: '${{ github.ref }}'
# Gi_per_thread: 1
# nvcc_threads: 4
# python: 3.10.12
# push_benchmark_results_to_gh_pages: "false"
# secrets: inherit

1 comment on commit 765f56d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bigger_is_better

Benchmark suite Current: 765f56d Previous: e8e00d2 Ratio
{"name": "request_throughput", "description": "VLLM Engine throughput - synthetic\nmodel - NousResearch/Llama-2-7b-chat-hf\nmax_model_len - 4096\nbenchmark_throughput {\n \"use-all-available-gpus_\": \"\",\n \"input-len\": 256,\n \"output-len\": 128,\n \"num-prompts\": 1000\n}", "gpu_description": "NVIDIA A10G x 1", "vllm_version": "0.2.0", "python_version": "3.10.12 (main, Mar 7 2024, 18:39:53) [GCC 9.4.0]", "torch_version": "2.2.1+cu121"} 3.8055074078250906 prompts/s 3.803884961395343 prompts/s 1.00
{"name": "token_throughput", "description": "VLLM Engine throughput - synthetic\nmodel - NousResearch/Llama-2-7b-chat-hf\nmax_model_len - 4096\nbenchmark_throughput {\n \"use-all-available-gpus_\": \"\",\n \"input-len\": 256,\n \"output-len\": 128,\n \"num-prompts\": 1000\n}", "gpu_description": "NVIDIA A10G x 1", "vllm_version": "0.2.0", "python_version": "3.10.12 (main, Mar 7 2024, 18:39:53) [GCC 9.4.0]", "torch_version": "2.2.1+cu121"} 1461.3148446048347 tokens/s 1460.6918251758116 tokens/s 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.