mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +08:00

Some checks failed
CE Compile Job / ce_job_pre_check (push) Has been cancelled
CE Compile Job / print_ce_job_pre_check_outputs (push) Has been cancelled
CE Compile Job / FD-Clone-Linux (push) Has been cancelled
CE Compile Job / Show Code Archive Output (push) Has been cancelled
CE Compile Job / BUILD_SM8090 (push) Has been cancelled
CE Compile Job / BUILD_SM8689 (push) Has been cancelled
CE Compile Job / CE_UPLOAD (push) Has been cancelled
Deploy GitHub Pages / deploy (push) Has been cancelled
25 lines
1.1 KiB
INI
25 lines
1.1 KiB
INI
[pytest]
|
|
# 跳过目录
|
|
addopts =
|
|
--ignore=tests/ci_use
|
|
--ignore=tests/ce
|
|
--ignore=tests/layers/test_append_attention.py
|
|
--ignore=tests/layers/test_attention.py
|
|
--ignore=tests/operators/test_rejection_top_p_sampling.py
|
|
--ignore=tests/operators/test_perchannel_gemm.py
|
|
--ignore=tests/operators/test_scaled_gemm_f8_i4_f16.py
|
|
--ignore=tests/operators/test_topp_sampling.py
|
|
--ignore=tests/operators/test_stop_generation.py
|
|
--ignore=tests/operators/test_air_topp_sampling.py
|
|
--ignore=tests/operators/test_fused_moe.py
|
|
--ignore=tests/operators/test_stop_generation_multi_ends.py
|
|
--ignore=tests/graph_optimization/test_cuda_graph.py
|
|
--ignore=tests/graph_optimization/test_cuda_graph_dynamic_subgraph.py
|
|
--ignore=tests/graph_optimization/test_cuda_graph_spec_decode
|
|
--ignore=tests/layers/test_quant_layer.py
|
|
--ignore=tests/operators/test_token_penalty.py
|
|
--ignore=tests/operators/test_split_fuse.py
|
|
--ignore=tests/operators/test_flash_mask_attn.py
|
|
--ignore=tests/operators/test_w4afp8_gemm.py
|
|
--ignore=tests/operators/test_tree_mask.py
|