psaiops 0.4.7__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.

Potentially problematic release.


This version of psaiops might be problematic. Click here for more details.

@@ -0,0 +1,34 @@
1
+ Metadata-Version: 2.4
2
+ Name: psaiops
3
+ Version: 0.4.7
4
+ Summary: Web apps to inspect & engineer NN activations.
5
+ Author-email: apehex <17317183+apehex@users.noreply.github.com>
6
+ License-Expression: AGPL-3.0
7
+ License-File: .github/LICENSE.md
8
+ Requires-Python: <3.14,>=3.10
9
+ Requires-Dist: accelerate>=1.10
10
+ Requires-Dist: deformers>=0.0
11
+ Requires-Dist: gradio>=5.0
12
+ Requires-Dist: kernels==0.10
13
+ Requires-Dist: matplotlib>=3.10
14
+ Requires-Dist: mlable-torch>=0.2
15
+ Requires-Dist: requests>=2.0
16
+ Requires-Dist: triton==3.4
17
+ Description-Content-Type: text/markdown
18
+
19
+ # psAI ops <img src="images/logo.png" alt="apehex logo" width="32" height="32">
20
+
21
+ [![License][shield-license]][github-license]
22
+ [![Latest][shield-release]][github-release]
23
+
24
+ Collection of web apps to inspect & engineer activations.
25
+
26
+ ## License
27
+
28
+ Licensed under the [aGPLv3][github-license].
29
+
30
+ [github-license]: LICENSE.md
31
+ [github-release]: https://github.com/apehex/psai-ops/releases/latest
32
+
33
+ [shield-license]: https://img.shields.io/badge/license-aGPLv3-green?style=flat-square
34
+ [shield-release]: https://img.shields.io/github/release/apehex/psai-ops.svg?style=flat-square
@@ -0,0 +1,36 @@
1
+ psaiops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ psaiops/combine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ psaiops/combine/app.py,sha256=BhnUkbp6Gf6StAGIfPGOqpds2dlvNTMh_5KTu8x-TT0,15804
4
+ psaiops/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ psaiops/common/data.py,sha256=WzBoLXg7o9RwSG5OjeJ0cZlPCzOlqjTG-o93nAPNwfg,1248
6
+ psaiops/common/model.py,sha256=EvOnbbCVvnmZLFlWnzwlTXygR7klF9YbPWorY-5nGL8,2499
7
+ psaiops/common/tokenizer.py,sha256=hmysSL9DthYBbb8ulU2yPj_ETaVdBy_l3VpTah3YxCw,1256
8
+ psaiops/compose/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ psaiops/compose/contrast/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ psaiops/compose/contrast/app.py,sha256=VCrAbD_WHXPCeTJW83VHt5k0Gqcu6UCeLGqGi6u6Zuc,9820
11
+ psaiops/compose/contrast/lib.py,sha256=UAWE9qqBa1zYec4GgUB18oitPMEZgAx5AFLm8iEMRDU,5671
12
+ psaiops/compose/maths/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ psaiops/compose/maths/app.py,sha256=6S9PCp2nd5VTj1Bgu4SPtPBTCZ8VXDXI0DslRLQO5BU,13960
14
+ psaiops/compose/maths/lib.py,sha256=uRo7xeIGTQJaiuEiVVyWlI7FtIldU9gJxLZrcaSRUTM,13
15
+ psaiops/edit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ psaiops/reverse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ psaiops/score/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ psaiops/score/attention/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ psaiops/score/attention/app.py,sha256=Bz-bPpTkN480Po4ULH_1UdhiSlg-5ND4frY1iYDLoj4,13587
20
+ psaiops/score/attention/lib.py,sha256=LJmRLJNSRd7wt18G61vaXGfq-j9sOahYDU2bNaURxYE,4703
21
+ psaiops/score/residual/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ psaiops/score/residual/app.py,sha256=5zto4z27pOk4d2qKy2dKAv-ivypnFVjDGfuuaAqy1IE,22528
23
+ psaiops/score/residual/lib.py,sha256=FquOIROHCOZeifX5PJWe6079ReQpu0TWsB6l3SXSyjw,7111
24
+ psaiops/score/router/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
+ psaiops/score/router/app.py,sha256=IqJHFYLQSuv137b_e5Irm07qEaMk-qjZRBhJm4iHYg4,11891
26
+ psaiops/score/router/lib.py,sha256=0cm3m-COGRgEv9EIxiK8wGYDoGojXiGycKxS0b2N4lE,2180
27
+ psaiops/score/shapley/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ psaiops/score/shapley/app.py,sha256=PC5VK7_z5zwMg57o-I9MLKPet-W6WldPpwxO1i4Mats,7170
29
+ psaiops/score/shapley/lib.py,sha256=uRo7xeIGTQJaiuEiVVyWlI7FtIldU9gJxLZrcaSRUTM,13
30
+ psaiops/score/similarity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
+ psaiops/score/similarity/app.py,sha256=JDYCiZOAHczhPnmjmOq_Pb08EdaTBipOBac8pwdOeP0,7085
32
+ psaiops/score/similarity/lib.py,sha256=uRo7xeIGTQJaiuEiVVyWlI7FtIldU9gJxLZrcaSRUTM,13
33
+ psaiops-0.4.7.dist-info/METADATA,sha256=4x2MdPX7z7Asll7y8gFpJtLFD4uvvsfsPGnGmOoOYro,1110
34
+ psaiops-0.4.7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
35
+ psaiops-0.4.7.dist-info/licenses/.github/LICENSE.md,sha256=TfPDBt3ar0uv_f9cqCDMZ5rIzW3CY8anRRd4PkL6ejs,34522
36
+ psaiops-0.4.7.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any