mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 07:18:44 +02:00
fix zluda installer bug
This commit is contained in:
+3
-4
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user