Skip to content

Commit 1f96028

Browse files
authored
[BugFix] fix python3.12 v0_loader (PaddlePaddle#6132)
1 parent 837ddca commit 1f96028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ci_use/w4afp8/test_moe_w4afp8_online_quant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838

3939
W4AFP8_CONFIGS = [
4040
{
41-
"id": "w4afp8_default",
42-
"load_choices": "default",
41+
"id": "w4afp8_default_v1",
42+
"load_choices": "default_v1",
4343
"model_name": "ernie-4_5-21b-a3b-bf16-paddle",
4444
"model_subdir": None,
4545
},

0 commit comments

Comments
 (0)