Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/models/model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class ModelTest(unittest.TestCase):
SYM = True
V2 = False
ACT_GROUP_AWARE = True
FAIL_SAFE = True

SAVE_PATH = None # default is temp folder

Expand Down Expand Up @@ -169,6 +170,7 @@ def quantModel(self, model_id_or_path, trust_remote_code=False, dtype="auto", ne
format=self.FORMAT,
desc_act=self.DESC_ACT if not self.ACT_GROUP_AWARE else False,
act_group_aware=self.ACT_GROUP_AWARE,
fail_safe=self.FAIL_SAFE,
sym=self.SYM,
v2=self.V2
)
Expand Down