Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/full_tests/ci_e2e_discoverable_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ run_longbench_qwen3_30b_fp8_static_fp8_fsdpa_slicing_compile_test() {
run_gsm8k_qwen35_35b_a3b_test() {
echo "➡️ Testing GSM8K on Qwen3.5-35B-A3B..."
VLLM_SKIP_WARMUP=True ENABLE_APC=False VLLM_FUSED_BLOCK_SOFTMAX_ADJUSTMENT=False VLLM_GRAPH_RESERVED_MEM=0.8 \
VLLM_PROMPT_BS_BUCKET_MAX=32 \
pytest -v -s "${VLLM_GAUDI_PREFIX}/tests/models/language/generation/test_common.py" --model_card_path "${VLLM_GAUDI_PREFIX}/tests/full_tests/model_cards/qwen3.5-35b-a3b.yaml"
echo "✅ Test with Qwen3.5-35B-A3B passed."
}
Expand Down
2 changes: 1 addition & 1 deletion tests/full_tests/model_cards/qwen3.5-35b-a3b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ model_card:

metrics:
name: exact_match,strict-match
value: 0.75
value: 0.9
Loading