You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Resolve plots directory path inconsistency in GenAI-perf
When using model names with special characters (e.g., paths with slashes),
GenAI-perf creates sanitized artifact directory names but the plots generation
fails due to path mismatches between profile() and create_plots() methods.
- Fixed create_plots() to use the same PerfAnalyzerConfig path logic as profile()
- Ensured plots directory is created under the correct sanitized artifact directory
- Added proper path resolution for profile_export_file in plots configuration
This resolves the "No such file or directory: 'artifacts/plots/config.yaml'"
error fundamentally.
0 commit comments