# Platform configuration for NVIDIA H200 # Source this file via scripts/common/platform.sh CHIP="nvidia_h200" ACCELERATOR="NVIDIA H200" HARDWARE="8x NVIDIA H200 143GB" # 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) VENV_VLLM_DSPARK="/data/user1/yy/envs/vllm-dspark" VENV_SGLANG="/data/user1/yy/envs/sglang"