mlcommons / mlcommons/storage

mlpstorage checkpointing datasize run failed

Open
#198 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.