weightroom 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,10 @@
1
+ Metadata-Version: 2.5
2
+ Name: weightroom
3
+ Version: 0.0.1
4
+ Summary: Get your models in the weight room. Coming soon.
5
+ Project-URL: Homepage, https://github.com/ostris/weightroom
6
+ Author: Jaret Burkett
7
+ Requires-Python: >=3.9
8
+ Description-Content-Type: text/markdown
9
+
10
+ # weightroom\n\nA core library for storing, training, and running diffusion models and LLMs. Under development.
@@ -0,0 +1 @@
1
+ # weightroom\n\nA core library for storing, training, and running diffusion models and LLMs. Under development.
@@ -0,0 +1,14 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "weightroom"
7
+ version = "0.0.1"
8
+ description = "Get your models in the weight room. Coming soon."
9
+ readme = "README.md"
10
+ authors = [{name = "Jaret Burkett"}]
11
+ requires-python = ">=3.9"
12
+
13
+ [project.urls]
14
+ Homepage = "https://github.com/ostris/weightroom"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"