fix zluda installer bug

This commit is contained in:
Seunghoon Lee
2025-01-13 15:33:43 +09:00
parent 49f5c8ab12
commit 71aae3aba4
2 changed files with 6 additions and 7 deletions
+3 -4
View File
@@ -27,10 +27,9 @@ if __name__ == '__main__':
sys.path.append(os.getcwd())
from modules import zluda_installer
zluda_path = zluda_installer.get_path()
zluda_installer.install(zluda_path)
zluda_installer.make_copy(zluda_path)
zluda_installer.load(zluda_path)
zluda_installer.install()
zluda_installer.make_copy()
zluda_installer.load()
import torch
interpreter = Interpreter({