Skip to content

Commit 3fb23bd

Browse files
authored
fix max_diff function (#349)
* fix max_diff function * dco * a23 * fix * update notebook * fix * finale
1 parent d79520a commit 3fb23bd

13 files changed

Lines changed: 610 additions & 5446 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ test_example_transform_method_*.py
5151
test_*.txt
5252
_cache/*
5353
.coverage
54+
_scripts/run.sh
55+
_scripts/dump_models/*
5456
dist/*
5557
build/*
5658
_sbs_*

CHANGELOGS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.8.5
55
+++++
66

7+
* :pr:`349`: fixes function max_diff (parameter hist)
78
* :pr:`348`: add format dot, shape to command line print
89
* :pr:`346`: fix patch for sdpa_mask_recent_torch even if it was removed in transformers>=5.0
910

_dump_test_26/sbs_qwen25_vli_visual.cpu.float32.LOOPMHA.custom.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

_dump_test_26/test_qwen25_vli_visual.cpu.float32.LOOPMHA.custom.graph.ep.graph

Lines changed: 0 additions & 2622 deletions
This file was deleted.

_keep_dump_test/sbs_qwen25_vli_visual.cpu.float32.LOOPMHA.custom.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

_keep_dump_test/test_qwen25_vli_visual.cpu.float32.LOOPMHA.custom.graph.ep.graph

Lines changed: 0 additions & 2552 deletions
This file was deleted.

0 commit comments

Comments
 (0)