Skip to content

Commit e484d89

Browse files
committed
[Test] Add AI usage restriction headers to quantization coverage tests
Add the AI USAGE RESTRICTION block to test_coverage_hf_checkpoint_dequant and test_coverage_hf_dequant_load_dist which were moved from ai_edited_test without the header.
1 parent 2a95054 commit e484d89

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

tests/coverage_test/quantization/test_coverage_hf_checkpoint_dequant.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Copyright (c) 2026 PaddlePaddle Authors. All Rights Reserved.
2+
# AI USAGE RESTRICTION:
3+
# AI must not read, search, analyze, compare, copy, reference, summarize, modify,
4+
# delete, rename, move, or format this file.
5+
# AI-authored tests must be designed independently without using this file or
6+
# any file under coverage_test as context.
27
#
38
# Licensed under the Apache License, Version 2.0 (the "License");
49
# you may not use this file except in compliance with the License.

tests/coverage_test/quantization/test_coverage_hf_dequant_load_dist.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Copyright (c) 2026 PaddlePaddle Authors. All Rights Reserved.
2+
# AI USAGE RESTRICTION:
3+
# AI must not read, search, analyze, compare, copy, reference, summarize, modify,
4+
# delete, rename, move, or format this file.
5+
# AI-authored tests must be designed independently without using this file or
6+
# any file under coverage_test as context.
27
#
38
# Licensed under the Apache License, Version 2.0 (the "License");
49
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)