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
assert'='inpair, f'Multiple lora paths must in format of ' \
64
-
f'xxx=yyy. But given: {pair}'
64
+
f'xxx=yyy. But given: {pair}'
65
65
name, path=pair.strip().split('=', 1)
66
66
assertnamenotinoutput, f'Multiple lora paths with repeated lora name: {name}'
67
67
output[name] =path
@@ -420,8 +420,7 @@ def calib_batchsize(parser):
420
420
'--batch-size',
421
421
type=int,
422
422
default=1,
423
-
help=\
424
-
'The batch size for running the calib samples. Low GPU mem requires small batch_size. Large batch_size reduces the calibration time while costs more VRAM'# noqa
423
+
help='The batch size for running the calib samples. Low GPU mem requires small batch_size. Large batch_size reduces the calibration time while costs more VRAM'# noqa
0 commit comments