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('--compile', action='store_true', help='Whether to compile the model.')
83
96
parser.add_argument('--batch_size', type=int, default=1, help='Batch size to use for evaluation, note int8wo and int4wo work best with small batchsizes, int8dq works better with large batchsizes')
84
97
parser.add_argument('--max_length', type=int, default=None, help='Length of text to process at one time')
0 commit comments