• SparkSnail's avatar
    Fix version check (#906) · d10b8bca
    SparkSnail authored
    There is one kind of version string like 'v0.5.2-gews11f', it is generated by installing from source code.
    In current trialKeeper, use exact version match, and this version string will cause code break in msranni/nni image, because our offical image use clean number version.
    Change the logic to fuzzy match, only match the main number of nni.
    d10b8bca
trial_keeper.py 7.89 KB