sglang_v0.5.2/flashinfer_0.3.1/scripts/task_jit_run_tests_part3.sh

11 lines
145 B
Bash
Executable File

#!/bin/bash
set -eo pipefail
set -x
: ${MAX_JOBS:=$(nproc)}
: ${CUDA_VISIBLE_DEVICES:=0}
pip install -e . -v
pytest -s tests/test_sampling.py