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

16 lines
343 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_group_gemm.py
pytest -s tests/test_logits_cap.py
pytest -s tests/test_sliding_window.py
pytest -s tests/test_tensor_cores_decode.py
pytest -s tests/test_batch_decode_kernels.py
#pytest -s tests/test_alibi.py