# Platform configuration for NVIDIA H200 # Source this file via scripts/common/platform.sh CHIP="nvidia_h200" ACCELERATOR="NVIDIA H200" HARDWARE="8x NVIDIA H200 143GB" ENGINE="vllm-dspark" # Device selection DEVICE_SELECT_ENV="CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7" CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" # Default serving port and model root on the host DEFAULT_PORT="30004" MODEL_ROOT="/data/models" # Virtual environments on the host (used by native H200 scripts). # Override these if your H200 machine uses different paths. VENV_VLLM_DSPARK="${VENV_VLLM_DSPARK:-/data/user1/yy/envs/vllm-dspark}" VENV_SGLANG="${VENV_SGLANG:-/data/user1/yy/envs/sglang}" # Default server start script for the legacy DSpark benchmark grid. SERVER_START_SCRIPT="${SERVER_START_SCRIPT:-${ROOT_DIR}/scripts/start_dsv4_dspark_8card.sh}"