ttnn-visualizer 0.37.1__py3-none-any.whl → 0.38.1__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.
@@ -1 +1 @@
1
- import{_ as o,a as _,b as i,p as c,I as u}from"./index-wX7GhuKE.js";var p=function(n,s){return o(void 0,void 0,void 0,function(){var a,r;return _(this,function(e){switch(e.label){case 0:return a=c(n),s!==u.STANDARD?[3,2]:[4,i(()=>import("./index-BKzgFDAn.js").then(t=>t.I),[])];case 1:return r=e.sent(),[3,4];case 2:return[4,i(()=>import("./index-BvSuWPlB.js").then(t=>t.I),[])];case 3:r=e.sent(),e.label=4;case 4:return[2,r[a]]}})})};export{p as splitPathsBySizeLoader};
1
+ import{_ as o,a as _,b as i,p as c,I as u}from"./index-c29v4T1e.js";var p=function(n,s){return o(void 0,void 0,void 0,function(){var a,r;return _(this,function(e){switch(e.label){case 0:return a=c(n),s!==u.STANDARD?[3,2]:[4,i(()=>import("./index-BKzgFDAn.js").then(t=>t.I),[])];case 1:return r=e.sent(),[3,4];case 2:return[4,i(()=>import("./index-BvSuWPlB.js").then(t=>t.I),[])];case 3:r=e.sent(),e.label=4;case 4:return[2,r[a]]}})})};export{p as splitPathsBySizeLoader};
@@ -27,8 +27,8 @@
27
27
  name="theme-color"
28
28
  content="#33333d"
29
29
  />
30
- <script type="module" crossorigin src="/assets/index-wX7GhuKE.js"></script>
31
- <link rel="stylesheet" crossorigin href="/assets/index-je2tF5Bg.css">
30
+ <script type="module" crossorigin src="/assets/index-c29v4T1e.js"></script>
31
+ <link rel="stylesheet" crossorigin href="/assets/index-BJweZJCB.css">
32
32
  </head>
33
33
  <body>
34
34
  <div id="root"></div>
ttnn_visualizer/views.py CHANGED
@@ -1101,6 +1101,7 @@ def get_npe_data(instance: Instance):
1101
1101
  def config_js():
1102
1102
  config = {
1103
1103
  "SERVER_MODE": current_app.config["SERVER_MODE"],
1104
+ "API_PATH": current_app.config["API_PATH"],
1104
1105
  }
1105
1106
  js = f"window.TTNN_VISUALIZER_CONFIG = {json.dumps(config)};"
1106
1107
  return Response(js, mimetype="application/javascript")
@@ -200,3 +200,57 @@
200
200
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
201
  See the License for the specific language governing permissions and
202
202
  limitations under the License.
203
+
204
+ Third-Party Dependencies:
205
+
206
+ The following separate and independent dependencies are utilized by this
207
+ project but are not distributed as part of the software and are subject
208
+ to their own license terms listed as follows:
209
+
210
+ - @blueprintjs/colors – Apache-2.0 – https://github.com/palantir/blueprint/blob/develop/packages/colors/LICENSE
211
+ - @blueprintjs/core – Apache-2.0 – https://github.com/palantir/blueprint/blob/develop/packages/core/LICENSE
212
+ - @blueprintjs/icons – Apache-2.0 – https://github.com/palantir/blueprint/blob/develop/packages/icons/LICENSE
213
+ - @blueprintjs/select – Apache-2.0 – https://github.com/palantir/blueprint/blob/develop/packages/select/LICENSE
214
+ - @blueprintjs/table – Apache-2.0 – https://github.com/palantir/blueprint/blob/develop/packages/table/LICENSE
215
+ - @tanstack/react-virtual – MIT – https://github.com/TanStack/virtual/blob/main/LICENSE
216
+ - @types/tinycolor2 – MIT – https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/tinycolor2/LICENSE
217
+ - axios – MIT – https://github.com/axios/axios/blob/v1.x/LICENSE
218
+ - css-select – BSD‑2-Clause – https://github.com/fb55/css-select/blob/master/LICENSE
219
+ - dom-serializer – MIT – https://github.com/cheeriojs/dom-serializer/blob/master/LICENSE
220
+ - immutable – MIT – https://github.com/immutable-js/immutable-js/blob/master/LICENSE
221
+ - jotai – MIT – https://github.com/pmndrs/jotai/blob/main/LICENSE
222
+ - mini-svg-data-uri – MIT – https://github.com/tigt/mini-svg-data-uri/blob/master/LICENSE
223
+ - normalize.css – MIT – https://github.com/necolas/normalize.css/blob/master/LICENSE.md
224
+ - papaparse – MIT – https://github.com/mholt/PapaParse/blob/master/LICENSE
225
+ - plotly.js – MIT – https://github.com/plotly/plotly.js/blob/master/LICENSE
226
+ - react – MIT – https://github.com/facebook/react/blob/main/LICENSE
227
+ - react-dom – MIT – https://github.com/facebook/react/blob/main/LICENSE
228
+ - react-helmet-async – MIT – https://github.com/staylor/react-helmet-async/blob/main/LICENSE
229
+ - react-plotly.js – MIT – https://github.com/plotly/react-plotly.js/blob/master/LICENSE
230
+ - react-query – MIT – https://github.com/TanStack/query/blob/main/LICENSE
231
+ - react-router – MIT – https://github.com/remix-run/react-router/blob/main/LICENSE
232
+ - react-router-dom – MIT – https://github.com/remix-run/react-router/blob/main/LICENSE.md
233
+ - react-toastify – MIT – https://github.com/fkhadra/react-toastify/blob/main/LICENSE
234
+ - socket.io-client – MIT – https://www.npmjs.com/package/socket.io-client
235
+ - tinycolor2 – MIT – https://github.com/bgrins/TinyColor/blob/master/LICENSE
236
+ - vis-data – Dual-license Apache‑2.0 or MIT – https://github.com/visjs/vis-data/blob/master/LICENSE-MIT and LICENSE-APACHE-2.0
237
+ - vis-network – Dual-license Apache‑2.0 or MIT – part of vis.js suite; see https://almende.github.io/vis/ (“Vis.js is dual licensed under both Apache-2.0 and MIT”)
238
+
239
+ - Flask – BSD‑3‑Clause – https://github.com/pallets/flask/blob/main/LICENSE.txt
240
+ - gunicorn – MIT – https://github.com/benoitc/gunicorn/blob/master/LICENSE
241
+ - uvicorn – BSD‑3‑Clause – https://github.com/encode/uvicorn/blob/master/LICENSE.md
242
+ - paramiko~=3.4.0 – LGPL‑2.1+ – https://github.com/paramiko/paramiko/blob/main/LICENSE
243
+ - flask_cors – MIT – https://github.com/corydolphin/flask-cors/blob/main/LICENSE
244
+ - pydantic – MIT – https://github.com/pydantic/pydantic-settings/blob/main/LICENSE
245
+ - setuptools – MIT – https://github.com/pypa/setuptools/blob/main/LICENSE
246
+ - python-dotenv – BSD‑3‑Clause – https://github.com/theskumar/python-dotenv/blob/main/LICENSE
247
+ - flask-sqlalchemy – BSD‑3‑Clause – https://github.com/pallets-eco/flask-sqlalchemy/blob/main/LICENSE
248
+ - flask-socketio – MIT – https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/LICENSE
249
+ - flask-session – BSD‑3‑Clause – https://github.com/pallets-eco/flask-session/blob/development/LICENSE.rst
250
+ - PyYAML – MIT – https://github.com/yaml/pyyaml/blob/main/LICENSE
251
+ - gevent – MIT – https://github.com/gevent/gevent/blob/master/LICENSE
252
+ - pandas – BSD‑3‑Clause – https://github.com/pandas-dev/pandas/blob/main/LICENSE
253
+ - wheel – MIT https://opensource.org/license/mit
254
+ - build – MIT https://opensource.org/license/mit
255
+ - tt-perf-report – MIT https://opensource.org/license/mit
256
+ - zstd (python-zstandard) – BSD‑3‑Clause – https://github.com/indygreg/python-zstandard/blob/main/LICENSE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ttnn_visualizer
3
- Version: 0.37.1
3
+ Version: 0.38.1
4
4
  Summary: TT-NN Visualizer
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -5,30 +5,30 @@ ttnn_visualizer/decorators.py,sha256=O1LUj-H7nGRnu_BdZPdsM5EyCZS0xh9sEfgT6fcM3dw
5
5
  ttnn_visualizer/enums.py,sha256=XTWZGvPFtKmIhPXGCbbzi6bxFgRpLrAZGrrR5YvGYjY,203
6
6
  ttnn_visualizer/exceptions.py,sha256=tl3WvS_6mVCFixN_elFUeypV51trVuKVcM36D2svEbE,1055
7
7
  ttnn_visualizer/extensions.py,sha256=jovwo_j9toJVuXDVq4iPpXJMRXPpzSliNpE1TOJMDHI,380
8
- ttnn_visualizer/file_uploads.py,sha256=ARfH_-Vp8DBdTAC6VDkgDuNH8YUpTcpW86DvXbYYqNI,4629
8
+ ttnn_visualizer/file_uploads.py,sha256=LAhfQIUNbPkylHdbCxtHyldoPbijudDKqUfnKMXaPVU,4634
9
9
  ttnn_visualizer/instances.py,sha256=KTu75YfcuMP1ogmlffGvxpEPOYDa68WYstD1mhk3-ss,10359
10
10
  ttnn_visualizer/models.py,sha256=i0AYqhh4FUMEeiIqe-ggfuNax7zJu5xzSdTXVDqeMJ4,7778
11
11
  ttnn_visualizer/queries.py,sha256=ACDDRnIAKLtLzrWfJcfM_HoV-fSuSqSOHzgIZBUkfc4,13681
12
12
  ttnn_visualizer/remote_sqlite_setup.py,sha256=Zd7U7q_N92rD0P2qb1GIXuZjhV4LXqfq7Bhg0MTLS5k,3269
13
13
  ttnn_visualizer/requirements.txt,sha256=9OKs0ZPl1QmeewA8I59cHCNNLlVfy6NuWk0DyNgnrEg,384
14
14
  ttnn_visualizer/serializers.py,sha256=V7MfzqcGkxi4B9HK-Wfwhv0MQaAnctQwRFzHKlwNdXM,8028
15
- ttnn_visualizer/settings.py,sha256=QFtL38ErhlJ2cVva0nC2XQtH7zTVdtDZ7UWFZ2i47zM,4430
15
+ ttnn_visualizer/settings.py,sha256=TYtFDcHyVbeYwX4mT1eN4CB61JnLfBPTbiPd1OjEH4I,4472
16
16
  ttnn_visualizer/sftp_operations.py,sha256=Rh_rHJ2LDH0N94d4bT8fZfgrsLPrwYi7sNfqXk6GxuI,17906
17
17
  ttnn_visualizer/sockets.py,sha256=o0oTG26LCjTJL8ajHR28ZBp9Z8RfWDehaS8Orns1HoQ,3624
18
18
  ttnn_visualizer/ssh_client.py,sha256=KRLuIk6wxrZZQUQKfC8QWMhXGJQvfKKeyxLThgRX6ak,2679
19
19
  ttnn_visualizer/utils.py,sha256=_cAeR2wZylyGXaGAI6Z15n110i_rJmtFNBtHfsm_JXc,6186
20
- ttnn_visualizer/views.py,sha256=w5bInX-UBPtwups6SpfKZpn8KJofWWYJ8SeuUUs32X0,39658
20
+ ttnn_visualizer/views.py,sha256=Axy-ZvnvO0yLMvzHPOtkub5F25F5uLhIeer4uU3CrJg,39710
21
21
  ttnn_visualizer/bin/docker-entrypoint-web,sha256=uuv6aubpMCfOcuvDBxwBDITE8PN39teuwyJ2zA5KWuw,413
22
22
  ttnn_visualizer/bin/pip3-install,sha256=nbSRT4GfJQIQ9KTNO3j-6b5WM4lrx9XA4GBlAURRMws,502
23
- ttnn_visualizer/static/index.html,sha256=L21X3SeBBbKA5u_MFs41i-S7QW51Z99fYBlnnzHPzV8,923
24
- ttnn_visualizer/static/assets/allPaths-BaKDx9R3.js,sha256=HV9lZqurajIFXsek7Cygsi7f5X16rSd6-PI-fkjt3XU,309
25
- ttnn_visualizer/static/assets/allPathsLoader-DVskN3_V.js,sha256=Tjbf3q09pibW0W_CqmuU5pnS-hxYob9CH6V0wqOt_bc,550
23
+ ttnn_visualizer/static/index.html,sha256=ZGBLy5SXGn2qUHQwOI6FuZ8YKJQzSZ6-7W7zROyQ1tA,923
24
+ ttnn_visualizer/static/assets/allPaths-CsCWH5EN.js,sha256=3YqrkjMt1ewOJUgrLPQDqDCmSDNIKlmsa9rQH2h0c6Y,309
25
+ ttnn_visualizer/static/assets/allPathsLoader-HfSadDnW.js,sha256=dt67HGZDk8HcgwSTjiCoc1dSK_AZTxr8W2_ZpafZF_U,550
26
+ ttnn_visualizer/static/assets/index-BJweZJCB.css,sha256=868h1AtLcJyd_IPO0Bw_wHfkz9IqJacajnELnZRYX1M,623449
26
27
  ttnn_visualizer/static/assets/index-BKzgFDAn.js,sha256=Pu504I3PJMoop2k0KQxrd1qKuS3zR5KtvTTdz9IhfeY,283793
27
28
  ttnn_visualizer/static/assets/index-BvSuWPlB.js,sha256=43E6se9tLaZkX7kCG4waDG_vyL4yED6SEaDKLt3Nw_s,292382
28
- ttnn_visualizer/static/assets/index-je2tF5Bg.css,sha256=R4Be4ArZ8AZse7yg8vhDSMAmYypjlH_WXwY9GvVG_iA,622967
29
- ttnn_visualizer/static/assets/index-wX7GhuKE.js,sha256=STYjf-aT_CSeRVIm1BI_tYkqcgNVvVb-EbB9ydzPgdE,7021709
29
+ ttnn_visualizer/static/assets/index-c29v4T1e.js,sha256=YG5LwvDHopFjP3Pw9961UpZBA2mBhMhWQMjoxIkTHVA,6911118
30
30
  ttnn_visualizer/static/assets/site-BTBrvHC5.webmanifest,sha256=Uy_XmnGuYFVf-OZuma2NvgEPdrCrevb3HZvaxSIHoA0,456
31
- ttnn_visualizer/static/assets/splitPathsBySizeLoader-BEIaCBcL.js,sha256=ZHBHL7QLE4FLQb2kdEXHwhY46E3hvm-QdDvcy6WPQMA,472
31
+ ttnn_visualizer/static/assets/splitPathsBySizeLoader-CESplZaf.js,sha256=ac9IR7dA5xCOggrJZLNAA4MxEXFNx9vdUEkHqbQietk,472
32
32
  ttnn_visualizer/static/favicon/android-chrome-192x192.png,sha256=BZWA09Zxaa3fXbaeS6nhWo2e-DUSjm9ElzNQ_xTB5XU,6220
33
33
  ttnn_visualizer/static/favicon/android-chrome-512x512.png,sha256=HBiJSZyguB3o8fMJuqIGcpeBy_9JOdImme3wD02UYCw,62626
34
34
  ttnn_visualizer/static/favicon/favicon-32x32.png,sha256=Zw201qUsczQv1UvoQvJf5smQ2ss10xaTeWxmQNYCGtY,480
@@ -37,10 +37,10 @@ ttnn_visualizer/static/sample-data/cluster-desc.yaml,sha256=LMxOmsRUXtVVU5ogzYkX
37
37
  ttnn_visualizer/tests/__init__.py,sha256=qn9AwfHTxYYK0Icz-q2Q41Xo9ET6oc6anZzgh02PhK4,94
38
38
  ttnn_visualizer/tests/test_queries.py,sha256=c5-B8AIrUCo1oyM9BY7L4p-x5PiUcs18pbz78hShMSc,16602
39
39
  ttnn_visualizer/tests/test_serializers.py,sha256=966AJkXLAwzsceSQ9QR-Sy7VrEbE71AtfMF3y9ZIIWc,18490
40
- ttnn_visualizer-0.37.1.dist-info/LICENSE,sha256=7_uV4foXIbLyroI1M6NdIySajtLuPwayZr1UN2ItErI,11353
41
- ttnn_visualizer-0.37.1.dist-info/LICENSE_understanding.txt,sha256=pymi-yb_RvYM9p2ZA4iSNsImcvhDBBxlGuJCY9dTq7M,233
42
- ttnn_visualizer-0.37.1.dist-info/METADATA,sha256=386jjI97sqeu0Ur-1JzqGUf6zkTey41M3Wq3OmUwDpE,7393
43
- ttnn_visualizer-0.37.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
44
- ttnn_visualizer-0.37.1.dist-info/entry_points.txt,sha256=QpuUpkmQ_mEHJTMqOBdU0MH2Z4WF_9iFsGACeyyAO1E,61
45
- ttnn_visualizer-0.37.1.dist-info/top_level.txt,sha256=M1EGkvDOuIfbhDbcUdz2-TSdmCtDoQ2Uyag9k5JLDSY,16
46
- ttnn_visualizer-0.37.1.dist-info/RECORD,,
40
+ ttnn_visualizer-0.38.1.dist-info/LICENSE,sha256=9PAc2ioRHyJdv_uOTLrNxsRwroOJJKicHoRP7kkdVyE,15800
41
+ ttnn_visualizer-0.38.1.dist-info/LICENSE_understanding.txt,sha256=pymi-yb_RvYM9p2ZA4iSNsImcvhDBBxlGuJCY9dTq7M,233
42
+ ttnn_visualizer-0.38.1.dist-info/METADATA,sha256=y2ZkJuqM8_7cIrmd7TDBJYra2WbmgaXWawE6jCTHxGU,7393
43
+ ttnn_visualizer-0.38.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
44
+ ttnn_visualizer-0.38.1.dist-info/entry_points.txt,sha256=QpuUpkmQ_mEHJTMqOBdU0MH2Z4WF_9iFsGACeyyAO1E,61
45
+ ttnn_visualizer-0.38.1.dist-info/top_level.txt,sha256=M1EGkvDOuIfbhDbcUdz2-TSdmCtDoQ2Uyag9k5JLDSY,16
46
+ ttnn_visualizer-0.38.1.dist-info/RECORD,,