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.
Benchmarking : Absolute -> Relative imports (#85)
SUMMARY: Fix benchmarking imports - Absolute -> Relative. TEST PLAN: - local testing : invoke the benchmark script from outside the repository root. ``` vllm-test) varun@floppy-fan:~/code$ python3 -m neuralmagic-vllm.neuralmagic.benchmarks.run_benchmarks --help usage: run_benchmarks.py [-h] -i INPUT_CONFIG_FILE -o OUTPUT_DIRECTORY Runs benchmark-scripts as a subprocess options: -h, --help show this help message and exit -i INPUT_CONFIG_FILE, --input-config-file INPUT_CONFIG_FILE Path to the input config file describing the benhmarks to run -o OUTPUT_DIRECTORY, --output-directory OUTPUT_DIRECTORY Path to a directory that is the output store ``` - Run nm-benchmark GHA job. --------- Co-authored-by: Varun Sundar Rabindranath <[email protected]>
- Loading branch information
1 parent
733c126
commit a17eb47
Showing
7 changed files
with
17 additions
and
16 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
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