isiro-compiler 0.0.1__tar.gz

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,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: isiro-compiler
3
+ Version: 0.0.1
4
+ Summary: ISIRO Compiler - Compiles BF16 checkpoints to TIC format. https://isiro.ai
5
+ Project-URL: Homepage, https://isiro.ai
6
+ Author-email: Isiro AI <kunleo@isiro.ai>
7
+ License: Proprietary
8
+ Classifier: Development Status :: 1 - Planning
9
+ Description-Content-Type: text/markdown
10
+
11
+ # isiro-compiler
12
+
13
+ The ISIRO Compiler converts BF16 model checkpoints to `.TIC` format.
14
+
15
+ Full release coming soon at [isiro.ai](https://isiro.ai).
@@ -0,0 +1,5 @@
1
+ # isiro-compiler
2
+
3
+ The ISIRO Compiler converts BF16 model checkpoints to `.TIC` format.
4
+
5
+ Full release coming soon at [isiro.ai](https://isiro.ai).
@@ -0,0 +1,3 @@
1
+ # ISIRO Compiler
2
+ # Full release coming soon
3
+ # https://isiro.ai
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "isiro-compiler"
7
+ version = "0.0.1"
8
+ description = "ISIRO Compiler - Compiles BF16 checkpoints to TIC format. https://isiro.ai"
9
+ readme = "README.md"
10
+ license = {text = "Proprietary"}
11
+ authors = [{name = "Isiro AI", email = "kunleo@isiro.ai"}]
12
+ classifiers = ["Development Status :: 1 - Planning"]
13
+
14
+ [project.urls]
15
+ Homepage = "https://isiro.ai"