./run.sh --gpu_id <GPU_ID> --model_path <MODEL_PATH>
--gpu_id: Specifies the GPU ID to use. This maps to the CUDA_VISIBLE_DEVICES environment variable.
--model_path: The file path to the chat model. This must point to a valid model directory or file.