comdoleger commited on
Commit
cb2a510
·
verified ·
1 Parent(s): a527802

Upload info.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. info.py +9 -0
info.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ from collections import OrderedDict
2
+ from version import VERSION
3
+
4
+ v = OrderedDict()
5
+ v["name"] = "ai-toolkit"
6
+ v["repo"] = "https://github.com/ostris/ai-toolkit"
7
+ v["version"] = VERSION
8
+
9
+ software_meta = v