Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

et_jsonizer: Refactor et_jsonizer #21

Merged
merged 1 commit into from
Feb 7, 2024
Merged

et_jsonizer: Refactor et_jsonizer #21

merged 1 commit into from
Feb 7, 2024

Conversation

TaekyungHeo
Copy link
Contributor

@TaekyungHeo TaekyungHeo commented Feb 6, 2024

Summary

Updated et_jsonizer for readability and maintainability.

Test Plan

$ pip install .
$ python3 -m chakra.et_jsonizer.et_jsonizer --input_filename ~/rank0.chakra --output_filename ~/rank0.chakra.json
$ tail ~/rank0.chakra.json
    {
      "name": "is_cpu_op",
      "int32Val": 0
    },
    {
      "name": "ts",
      "int64Val": "1697596710335517"
    }
  ]
}%               

Copy link

github-actions bot commented Feb 6, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@TaekyungHeo TaekyungHeo marked this pull request as ready for review February 6, 2024 23:37
@TaekyungHeo TaekyungHeo requested a review from a team as a code owner February 6, 2024 23:37
@srinivas212 srinivas212 merged commit e3a0677 into main Feb 7, 2024
7 checks passed
@TaekyungHeo TaekyungHeo deleted the et_jsonizer branch February 7, 2024 21:55
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants