Spaces:
Paused
Paused
File size: 201 Bytes
3cc1e25 |
1 2 3 4 5 6 7 8 9 10 |
from collections import OrderedDict
from version import VERSION
v = OrderedDict()
v["name"] = "ai-toolkit"
v["repo"] = "https://github.com/ostris/ai-toolkit"
v["version"] = VERSION
software_meta = v
|