We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bc628 commit 4d76577Copy full SHA for 4d76577
swift/llm/utils/argument.py
@@ -1285,7 +1285,7 @@ def __post_init__(self):
1285
self.merge_device_map = 'cpu' if self.quant_bits != 0 else 'auto'
1286
if self.quant_bits > 0 and self.dtype == 'AUTO':
1287
self.dtype = 'fp16'
1288
- logger.info(f'Setting args.dtype: {args.dtype}')
+ logger.info(f'Setting args.dtype: {self.dtype}')
1289
super().__post_init__()
1290
if len(self.dataset) == 0 and self.quant_bits > 0:
1291
self.dataset = ['alpaca-zh#10000', 'alpaca-en#10000']
0 commit comments