mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-03 14:57:54 +08:00
[misc] allow overriding the TAG variable in auto_tune.sh
Signed-off-by: kkr16 <kroukoz@google.com>
This commit is contained in:
parent
969bbc7c61
commit
d1b8ff5392
@ -3,7 +3,7 @@
|
|||||||
# This script aims to tune the best server parameter combinations to maximize throughput for given requirement.
|
# This script aims to tune the best server parameter combinations to maximize throughput for given requirement.
|
||||||
# See details in README (benchmarks/auto_tune/README.md).
|
# See details in README (benchmarks/auto_tune/README.md).
|
||||||
|
|
||||||
TAG=$(date +"%Y_%m_%d_%H_%M")
|
TAG=${TAG:-$(date +"%Y_%m_%d_%H_%M")}
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
VLLM_LOGGING_LEVEL=${VLLM_LOGGING_LEVEL:-INFO}
|
VLLM_LOGGING_LEVEL=${VLLM_LOGGING_LEVEL:-INFO}
|
||||||
BASE=${BASE:-"$SCRIPT_DIR/../../.."}
|
BASE=${BASE:-"$SCRIPT_DIR/../../.."}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user