forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Showing
590 changed files
with
30,447 additions
and
15,168 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
.buildkite/lm-eval-harness/configs/Meta-Llama-3.2-1B-Instruct-INT8-compressed-tensors.yaml
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,11 @@ | ||
# bash .buildkite/lm-eval-harness/run-lm-eval-gsm-vllm-baseline.sh -m neuralmagic/Llama-3.2-1B-Instruct-quantized.w8a8 -b "auto" -l 1000 -f 5 -t 1 | ||
model_name: "neuralmagic/Llama-3.2-1B-Instruct-quantized.w8a8" | ||
tasks: | ||
- name: "gsm8k" | ||
metrics: | ||
- name: "exact_match,strict-match" | ||
value: 0.356 | ||
- name: "exact_match,flexible-extract" | ||
value: 0.358 | ||
limit: 1000 | ||
num_fewshot: 5 |
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,33 @@ | ||
/.github/ | ||
/.venv | ||
/build | ||
dist | ||
Dockerfile* | ||
vllm/*.so | ||
|
||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
*$py.class | ||
|
||
.mypy_cache | ||
|
||
# Distribution / packaging | ||
.Python | ||
/build/ | ||
cmake-build-*/ | ||
CMakeUserPresets.json | ||
develop-eggs/ | ||
/dist/ | ||
downloads/ | ||
eggs/ | ||
.eggs/ | ||
lib/ | ||
lib64/ | ||
parts/ | ||
sdist/ | ||
var/ | ||
wheels/ | ||
share/python-wheels/ | ||
*.egg-info/ | ||
.installed.cfg | ||
*.egg | ||
MANIFEST |
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
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,58 @@ | ||
pull_request_rules: | ||
- name: label-documentation | ||
description: Automatically apply documentation label | ||
conditions: | ||
- or: | ||
- files~=^[^/]+\.md$ | ||
- files~=^docs/ | ||
actions: | ||
label: | ||
add: | ||
- documentation | ||
|
||
- name: label-ci-build | ||
description: Automatically apply ci/build label | ||
conditions: | ||
- or: | ||
- files~=^\.github/ | ||
- files~=\.buildkite/ | ||
- files~=^cmake/ | ||
- files=CMakeLists.txt | ||
- files~=^Dockerfile | ||
- files~=^requirements.*\.txt | ||
- files=setup.py | ||
actions: | ||
label: | ||
add: | ||
- ci/build | ||
|
||
- name: label-frontend | ||
description: Automatically apply frontend label | ||
conditions: | ||
- files~=^vllm/entrypoints/ | ||
actions: | ||
label: | ||
add: | ||
- frontend | ||
|
||
- name: ping author on conflicts and add 'needs-rebase' label | ||
conditions: | ||
- conflict | ||
- -closed | ||
actions: | ||
label: | ||
add: | ||
- needs-rebase | ||
comment: | ||
message: | | ||
This pull request has merge conflicts that must be resolved before it can be | ||
merged. @{{author}} please rebase it. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork | ||
- name: remove 'needs-rebase' label when conflict is resolved | ||
conditions: | ||
- -conflict | ||
- -closed | ||
actions: | ||
label: | ||
remove: | ||
- needs-rebase |
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
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
Oops, something went wrong.