Skip to content

v0.4.24

Choose a tag to compare

@3Hren 3Hren released this 20 Mar 10:31

Fixed

  • Reduce brute-force threshold for predictor (#1865).
    6!=720, which is not so big as 16!=20 922 789 888 000.
  • Avoid duplicated driver volumes for GPUs (#1864).
    Now we're storing whole information required to mount single GPU into a container inside the "sonm.GPUDevice" structure. and now we can turn up into a situation, when we're trying to mount more than one GPU with the same type. The Tuner will try to attach more than one (absolutely same) volume to the container. In that case, it will lead to the container' start failure. This PR fixes that behavior by collecting proposed mount points into the set, and then applying only non-repeated ones.