ttnn-visualizer 0.57.0__py3-none-any.whl → 0.59.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/ssh_client.py +1 -4
- ttnn_visualizer/static/assets/allPaths-CtpQcx4R.js +1 -0
- ttnn_visualizer/static/assets/allPathsLoader-BMOJgxBO.js +2 -0
- ttnn_visualizer/static/assets/index-BgzQ1XP9.js +1 -0
- ttnn_visualizer/static/assets/{index-Sc99nrOV.js → index-CzhtKXWH.js} +272 -272
- ttnn_visualizer/static/assets/index-DXdc2oG2.js +1 -0
- ttnn_visualizer/static/assets/index-DeRu5ch4.css +7 -0
- ttnn_visualizer/static/assets/splitPathsBySizeLoader-39w4NgJ1.js +1 -0
- ttnn_visualizer/static/index.html +2 -2
- ttnn_visualizer/views.py +12 -4
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/METADATA +1 -1
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/RECORD +17 -17
- ttnn_visualizer/static/assets/allPaths-ofNxJ79X.js +0 -1
- ttnn_visualizer/static/assets/allPathsLoader-CN0GIv3K.js +0 -2
- ttnn_visualizer/static/assets/index-BO2e1Ec3.css +0 -7
- ttnn_visualizer/static/assets/index-CnPrfHYh.js +0 -1
- ttnn_visualizer/static/assets/index-Cnc1EkDo.js +0 -1
- ttnn_visualizer/static/assets/splitPathsBySizeLoader-C4H4Tzwo.js +0 -1
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/WHEEL +0 -0
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/entry_points.txt +0 -0
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/licenses/LICENSE +0 -0
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/licenses/LICENSE_understanding.txt +0 -0
- {ttnn_visualizer-0.57.0.dist-info → ttnn_visualizer-0.59.0.dist-info}/top_level.txt +0 -0
ttnn_visualizer/ssh_client.py
CHANGED
|
@@ -210,9 +210,7 @@ class SSHClient:
|
|
|
210
210
|
detail=raw_error,
|
|
211
211
|
)
|
|
212
212
|
|
|
213
|
-
def read_file(
|
|
214
|
-
self, remote_path: Union[str, Path], timeout: int = 30
|
|
215
|
-
) -> Optional[bytes]:
|
|
213
|
+
def read_file(self, remote_path: str, timeout: int = 30) -> Optional[bytes]:
|
|
216
214
|
"""
|
|
217
215
|
Read a remote file using SSH cat command.
|
|
218
216
|
|
|
@@ -229,7 +227,6 @@ class SSHClient:
|
|
|
229
227
|
return result.encode("utf-8")
|
|
230
228
|
except SSHException as e:
|
|
231
229
|
if "No such file" in str(e) or "cannot open" in str(e):
|
|
232
|
-
logger.error(f"File not found or cannot be read: {path}")
|
|
233
230
|
return None
|
|
234
231
|
raise
|
|
235
232
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{I as s}from"./index-DXdc2oG2.js";import{I as r}from"./index-BgzQ1XP9.js";import{p as n,I as c}from"./index-CzhtKXWH.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-CtpQcx4R.js","assets/index-DXdc2oG2.js","assets/index-BgzQ1XP9.js","assets/index-CzhtKXWH.js","assets/index-DeRu5ch4.css"])))=>i.map(i=>d[i]);
|
|
2
|
+
import{_ as e}from"./index-CzhtKXWH.js";const s=async(t,a)=>{const{getIconPaths:o}=await e(async()=>{const{getIconPaths:r}=await import("./allPaths-CtpQcx4R.js");return{getIconPaths:r}},__vite__mapDeps([0,1,2,3,4]));return o(t,a)};export{s as allPathsLoader};
|