Commit acabcfd
Han Wang
fix(ci): restore pre-committed .pth files and handle missing custom ops
Restore deeppot_sea.pth and deeppot_dpa.pth to git tracking — CI
cannot regenerate them because tabulate_fusion_se_t_tebd custom op
is not available in the Python-only CI environment. Remove the
dp convert-backend .pth lines from convert-models.sh.
Add try/except around .pth export in gen_dpa1.py and
gen_fparam_aparam.py so the scripts don't fail when custom ops
are unavailable — only .pt2 generation is required.1 parent 3d3fd09 commit acabcfd
5 files changed
Lines changed: 12 additions & 4 deletions
File tree
- source/tests/infer
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
107 | 112 | | |
108 | 113 | | |
109 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
0 commit comments