ttnn-visualizer 0.68.0__py3-none-any.whl → 0.69.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
ttnn_visualizer/app.py CHANGED
@@ -359,9 +359,9 @@ def main():
359
359
  )
360
360
  instance_id = session.instance_id
361
361
  except InvalidReportPath:
362
- sys.exit("Invalid report path")
362
+ sys.exit(f"Invalid profiler path: {args.profiler_path}")
363
363
  except InvalidProfilerPath:
364
- sys.exit("Invalid profiler path")
364
+ sys.exit(f"Invalid performance path: {args.performance_path}")
365
365
 
366
366
  # Clean up this temporary app - workers will create their own
367
367
  del app
@@ -1 +1 @@
1
- import{I as s}from"./index-voJy5fZe.js";import{I as r}from"./index-BZITDwoa.js";import{p as n,I as c}from"./index-ryWOUYjC.js";function p(t,a){const o=n(t);return a===c.STANDARD?s[o]:r[o]}export{s as IconSvgPaths16,r as IconSvgPaths20,p as getIconPaths};
1
+ import{I as s}from"./index-voJy5fZe.js";import{I as r}from"./index-BZITDwoa.js";import{p as n,I as c}from"./index-C28SjqxA.js";function p(t,a){const o=n(t);return a===c.STANDARD?s[o]:r[o]}export{s as IconSvgPaths16,r as IconSvgPaths20,p as getIconPaths};
@@ -0,0 +1,2 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/allPaths-Clj2DdFL.js","assets/index-voJy5fZe.js","assets/index-BZITDwoa.js","assets/index-C28SjqxA.js","assets/index-D_AHNWw3.css"])))=>i.map(i=>d[i]);
2
+ import{_ as e}from"./index-C28SjqxA.js";const s=async(t,a)=>{const{getIconPaths:o}=await e(async()=>{const{getIconPaths:r}=await import("./allPaths-Clj2DdFL.js");return{getIconPaths:r}},__vite__mapDeps([0,1,2,3,4]));return o(t,a)};export{s as allPathsLoader};