Spaces:
Running
Running
Update src/aibom_generator/__init__.py
Browse files
src/aibom_generator/__init__.py
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
"""
|
2 |
-
|
3 |
|
4 |
-
This package provides tools to generate AI Bills of Materials (
|
5 |
-
for machine learning models hosted on the Hugging Face Hub.
|
6 |
"""
|
7 |
|
8 |
-
__version__ = "
|
|
|
1 |
"""
|
2 |
+
AI SBOM Generator for Hugging Face Models.
|
3 |
|
4 |
+
This package provides tools to generate AI Software Bills of Materials (AI SBOMs) in CycloneDX format for AI models hosted on the Hugging Face.
|
|
|
5 |
"""
|
6 |
|
7 |
+
__version__ = "1.0.0"
|