mlpstorage checkpointing datasize run failed
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 203
- Forks
- 67
- Avg merge
- 20m
- Merged PRs (30d)
- 8
Description
mlpstorage checkpointing datasize run failed:
(myenv) [root@server2 storage]# mlpstorage checkpointing datasize -m llama3-8b --checkpoint-folder /root/juicefstest/mlperf-storage/mldata -cm 64 -np 16
Traceback (most recent call last):
File "/root/.venvs/myenv/bin/mlpstorage", line 7, in <module>
sys.exit(main())
^^^^^^
File "/root/juicefstest/mlperf-storage/storage/mlpstorage/main.py", line 111, in main
update_args(args)
File "/root/juicefstest/mlperf-storage/storage/mlpstorage/cli.py", line 445, in update_args
if args.mpi_params:
^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'mpi_params'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the reported command, then inspect storage/mlpstorage/main.py at main() and storage/mlpstorage/cli.py at update_args(), where the traceback points. Confirm the checkpointing datasize invocation handles its parsed arguments without the reported AttributeError and that the command proceeds past update_args().
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100