-
Notifications
You must be signed in to change notification settings - Fork 100
[API BASE]Setup cli & python lib for benchmark toolings #6756
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Signed-off-by: Yang Wang <[email protected]>
Maybe I'm missing some context on this, what is this supposed to be doing? |
This basically provide benchmark tools for xfn teams to fetch data, trigger lambda and bisect etc. Wrapped in as cli-tool so they can call it everywhere once it's installed. In this pr, one use case is, execuTorch currently ask to fetch all data grouped by device so they can analyze how reliable the benchmark result is |
Let's sync on this as I don't think we want to implement this CLI tool without a proper design. IMO, I don't think we need a cli tool like this for now because of several reasons:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hold on to this cli tool for further discussion #6756 (comment)
kk, sounds good! |
Overview
Set up base for cli tools & python lib that can be imported and called for benchmark use cases.
Details
Added bash script to auto-generate datamodel for both ts and python, it includes validations
set up base for cli tool using cement, so user can installl and call the cli tool anywhere in their machine
ExecuTorch specific (for now):
How to use the cli
See readme
Third Party License Check
All confirmed pre-approved in oss_project_use(meta)
- zod [MIT]
- pydantic[MIT]
- datamodel-code-generator[MIT]
- cement [BSD 3-Clause License]