forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into HEAD
- Loading branch information
Showing
190 changed files
with
5,585 additions
and
3,480 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
...ldkite/lm-eval-harness/configs/Meta-Llama-3-8B-Instruct-INT8-compressed-tensors-asym.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 nm-testing/Meta-Llama-3-8B-Instruct-W8-Channel-A8-Dynamic-Asym-Per-Token-Test -b "auto" -l 250 -f 5 -t 1 | ||
model_name: "nm-testing/Meta-Llama-3-8B-Instruct-W8-Channel-A8-Dynamic-Asym-Per-Token-Test" | ||
tasks: | ||
- name: "gsm8k" | ||
metrics: | ||
- name: "exact_match,strict-match" | ||
value: 0.764 | ||
- name: "exact_match,flexible-extract" | ||
value: 0.764 | ||
limit: 250 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
vllm/*.so | ||
/.github/ | ||
/.venv | ||
/build | ||
dist | ||
Dockerfile* | ||
vllm/*.so |
Validating CODEOWNERS rules …
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,19 @@ | ||
# See https://help.github.com/articles/about-codeowners/ | ||
# for more info about CODEOWNERS file | ||
|
||
/tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo | ||
/tests/test_inputs.py @DarkLight1337 @ywang96 | ||
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo | ||
/tests/models @DarkLight1337 @ywang96 | ||
/tests/multimodal @DarkLight1337 @ywang96 | ||
/tests/prefix_caching @comaniac @KuntaiDu | ||
/tests/spec_decode @njhill @LiuXiaoxuanPKU | ||
/tests/kernels @tlrmchlsmth @WoosukKwon | ||
/tests/quantization @mgoin @robertgshaw2-neuralmagic | ||
/.buildkite/lm-eval-harness @mgoin @simon-mo | ||
/tests/distributed/test_multi_node_assignment.py @youkaichao | ||
/tests/distributed/test_pipeline_parallel.py @youkaichao | ||
/tests/distributed/test_same_node.py @youkaichao | ||
/tests/multi_step @alexm-neuralmagic @SolitaryThinker @comaniac | ||
/tests/weight_loading @mgoin @youkaichao | ||
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac |
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
Oops, something went wrong.