Sasha (Spock)
materialize ai-toolkit (binaries + bak files removed); fix Dockerfile with PYTHONPATH
7a18c1b
Raw
History Blame Contribute Delete
201 Bytes
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