Unverified Commit d0b22fc7 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Support version check of nni (#807)

check nni version in trialkeeper, to make sure the version of trialkeeper is consistent with trainingService
add a debug mode in config file
parent 82791fc1
import setuptools
setuptools.setup(
name = 'nnictl',
name = 'nni-tool',
version = '999.0.0-developing',
packages = setuptools.find_packages(exclude=['*test*']),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment