We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca4873 commit 2530c2dCopy full SHA for 2530c2d
.github/workflows/float8_test.yml
@@ -53,6 +53,9 @@ jobs:
53
uv pip install -r dev-requirements.txt
54
uv pip install vllm
55
pip install .
56
+ pytest test/float8 --verbose -s
57
+ pytest test/integration --verbose -s
58
+ pytest test/dtypes/test_affine_quantized_float.py --verbose -s
59
GPU_COUNT=$(nvidia-smi -L 2>/dev/null | wc -l)
60
if [ "$GPU_COUNT" -ge 4 ]; then
61
echo "Found $GPU_COUNT GPUs - running test_everything.sh"
0 commit comments