OneTrainer
OneTrainer copied to clipboard
Rewrite ZLUDA installer.
Currently, ZLUDA installer of OneTrainer that I previously implemented is buggy as it depends on PATH
env var and needs to patch torch with dll files from ZLUDA.
The new installer loads the required dll files before torch loads them.
In this way, we don't have to replace dll files, and this is less dependent to PATH
.