Spaces:
Runtime error
Runtime error
File size: 201 Bytes
8822914 |
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
|