This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andy-neuma
committed
May 16, 2024
1 parent
1c97968
commit 0aa702d
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: rename for nightly | ||
description: 'renames nm-vllm as nightly' | ||
inputs: | ||
package_name: | ||
description: "'package base name, e.g. 'nm-vllm'" | ||
required: true | ||
runs: | ||
using: composite | ||
steps: | ||
- run: | | ||
PACKAGE_NAME=${{ inputs.package_name }} | ||
sed -i "s/name=\"${PACKAGE_NAME}\"/name=\"${PACKAGE_NAME}-nightly\"/g" setup.py | ||
VERSION=$(grep "__version__" vllm/__init__.py | sed -e "s/__version__ = //g" -e "s/,//g" | sed -e "s/\"//g") | ||
echo ${VERSION} | ||
DATE=$(date +%Y%m%d) | ||
sed -i "s/__version__ = \"${VERSION}\"/__version__ = \"${VERSION}.${DATE}\"/g" vllm/__init__.py | ||
shell: bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0aa702d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bigger_is_better
{"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.3.0", "python_version": "3.10.12 (main, May 10 2024, 13:42:25) [GCC 9.4.0]", "torch_version": "2.3.0+cu121"}
3.8390743043201665
prompts/s3.8418198063652103
prompts/s1.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.3.0", "python_version": "3.10.12 (main, May 10 2024, 13:42:25) [GCC 9.4.0]", "torch_version": "2.3.0+cu121"}
1474.204532858944
tokens/s1475.2588056442407
tokens/s1.00
This comment was automatically generated by workflow using github-action-benchmark.