isiro-runtime 0.0.1__py2.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.
@@ -0,0 +1,3 @@
1
+ # ISIRO Runtime
2
+ # Full release coming soon
3
+ # https://isiro.ai
@@ -0,0 +1,23 @@
1
+ Metadata-Version: 2.4
2
+ Name: isiro-runtime
3
+ Version: 0.0.1
4
+ Summary: ISIRO Runtime - BF16 LLM inference efficiency layer. https://isiro.ai
5
+ Project-URL: Homepage, https://isiro.ai
6
+ Project-URL: Documentation, https://isiro.ai/runtime
7
+ Author-email: Isiro AI <kunleo@isiro.ai>
8
+ License: Proprietary
9
+ Classifier: Development Status :: 1 - Planning
10
+ Description-Content-Type: text/markdown
11
+
12
+ # isiro-runtime
13
+
14
+ The ISIRO Runtime executes `.TIC` model artifacts with ~30% BF16 memory
15
+ traffic reduction. Bit-exact. No quantization.
16
+
17
+ Full release coming soon at [isiro.ai](https://isiro.ai).
18
+
19
+ ## Install
20
+
21
+ ```bash
22
+ pip install isiro-runtime
23
+ ```
@@ -0,0 +1,4 @@
1
+ isiro_runtime/__init__.py,sha256=bmrvXjGit-Hu6xW8cafLzDtZI1ebetYvM1jHFDJOOtU,62
2
+ isiro_runtime-0.0.1.dist-info/METADATA,sha256=r3Wo4Os7p8GIPVNtifgbHvMQMePhwnubE_u7b8-Pk4w,625
3
+ isiro_runtime-0.0.1.dist-info/WHEEL,sha256=VX-VJ7c6dw9Ge3EqJIbA6W3pOUbz24SnnGGFNr55jY4,105
4
+ isiro_runtime-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.30.1
3
+ Root-Is-Purelib: true
4
+ Tag: py2-none-any
5
+ Tag: py3-none-any