-
Notifications
You must be signed in to change notification settings - Fork 54
feat: introduce profiler UI #117
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
Conversation
a7e3b82 to
de53458
Compare
- basic form - interactivet plot - selection logic with table
795a572 to
5d3cfb0
Compare
|
Can you create a PR that only includes the functions Dynamo Planner are going to use and keep the tab Profiling in another draft PR? FYI: I have updated this PR with hiding profiling tab by default. |
Have you considered using the existing |
That's for enabling SOL Mode box. |
|
Spot a very small UX bug when changing inference framework version. The error pop-up window is a bit confusing. Screen.Recording.2025-12-02.at.12.43.00.PM.mov |
Thx. Fixed now. Gradio's Dropdown throws an error when dynamically-updated choices don't include the frontend's stale value. Fixed by patching preprocess to return None instead of raising the exception. |
No description provided.