OneTrainer icon indicating copy to clipboard operation
OneTrainer copied to clipboard

Rewrite ZLUDA installer.

Open lshqqytiger opened this issue 9 months ago • 0 comments

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.

lshqqytiger avatar May 01 '24 05:05 lshqqytiger