Skip to content

Commit a97b3a6

Browse files
authored
Revert "Add INC dynamic quant test" (#66)
Reverts #65
1 parent a386a6c commit a97b3a6

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

tests/full_tests/ci_tests.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,3 @@ if [ $? -ne 0 ]; then
2727
exit -1
2828
fi
2929
echo "Test with deepseek v2 lite passed"
30-
31-
# deepseek v2 + inc + dynamic quantization + tp2
32-
echo "Testing deepseek_v2 + inc with vllm-hpu plugin v1"
33-
echo QUANT_CONFIG=vllm-fork/tests/models/language/generation/inc_dynamic_quant.json HABANA_VISIBLE_DEVICES=all VLLM_SKIP_WARMUP=true PT_HPU_LAZY_MODE=1 VLLM_USE_V1=1 python -u vllm-fork/tests/full_tests/generate.py --model $model_path --trust-remote-code --quantization inc --kv_cache_dtype fp8_inc
34-
QUANT_CONFIG=vllm-fork/tests/models/language/generation/inc_dynamic_quant.json \
35-
HABANA_VISIBLE_DEVICES=all VLLM_SKIP_WARMUP=true PT_HPU_LAZY_MODE=1 VLLM_USE_V1=1 python -u vllm-fork/tests/full_tests/generate.py --model $model_path --trust-remote-code --quantization inc --tensor-parallel-size 2
36-
if [ $? -ne 0 ]; then
37-
echo "Error: Test failed for deepseek_v2 + inc dynamic quantization" >&2
38-
exit -1
39-
fi
40-
echo "Test with deepseek_v2 + inc dynamic quantization + tp 2"

tests/models/language/generation/inc_dynamic_quant.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)