Blocksworld Example Runtime Error: 'NoneType' object has no attribute 'cadam32bit_grad_fp32'
Closed this issue · 1 comments
QubitPi commented
Dear llm-reasoners team, we have setup reasoners in a Mac machine and are following the Blocksworld example in order to try out how reasoner works. Executing this command (CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.run --nproc_per_node 4 examples/rap_blocksworld/inference.py --llama_size "30B" --data_path 'examples/rap_blocksworld/data/step_4.json' --depth_limit 4 --output_trace_in_each_iter
) results in the following error:
'NoneType' object has no attribute 'cadam32bit_grad_fp32'
Could we get some hints on how to resolve this?
Thank you for your attention.