You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument('--calibration_limit', type=int, default=1000, help='number of samples to use for gptq calibration')
219
227
parser.add_argument('--calibration_seq_length', type=int, default=100, help='length of sequences to use for gptq calibration')
220
228
parser.add_argument('--pad_calibration_inputs', type=bool, default=False, help='pads sequences shorter than calibration_seq_length to that length, yielding more calibration inputs but running much slower')
229
+
parser.add_argument('-d', '--eval_difficulty', type=str, default="easy", help='difficulty of eval, one of [easy, medium, hard]')
0 commit comments