Skip to content

Commit 01d966b

Browse files
authored
Fix DyNAS-T Hardware-Aware-Transformers Search (#1672)
Signed-off-by: Maciej Szankin <[email protected]>
1 parent ba3abac commit 01d966b

File tree

3 files changed

+526
-520
lines changed

3 files changed

+526
-520
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ repos:
142142
(?x)^(
143143
examples/.*(txt|patch)|
144144
examples/onnxrt/nlp/huggingface_model/text_generation/llama/quantization/ptq_static/prompt.json|
145-
examples/notebook/dynas/ResNet50_Quantiation_Search_Supernet_NAS.ipynb
145+
examples/notebook/dynas/ResNet50_Quantiation_Search_Supernet_NAS.ipynb|
146+
examples/notebook/dynas/Transformer_LT_Supernet_NAS.ipynb
146147
)$
147148
148149
- repo: https://github.com/astral-sh/ruff-pre-commit

examples/notebook/dynas/Transformer_LT_Supernet_NAS.ipynb

Lines changed: 23 additions & 18 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)