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 29158f0 commit 925a979Copy full SHA for 925a979
examples/nemo_run/qat/nemo_qat_flow.py
@@ -310,7 +310,7 @@ def main(args):
310
# 3. Train PTQ model (QAT or QAD)
311
if args.use_slurm: # Set training arguments
312
gpu_executor.nodes = args.train_nodes
313
- gpu_executor.devices = gpu_executor.ntasks_per_node = args.train_gpus
+ gpu_executor.gpus_per_node = gpu_executor.ntasks_per_node = args.train_gpus
314
else:
315
gpu_executor.ntasks_per_node = args.train_gpus
316
train_dep = [s3]
0 commit comments