mirror of
https://github.com/MrSanZz/KawaiiGPT.git
synced 2025-12-03 00:53:10 +00:00
Update install.py
This commit is contained in:
@@ -102,7 +102,7 @@ def install_modules():
|
||||
for modules in module:
|
||||
try:
|
||||
print(f"Installing {modules}...")
|
||||
if modules in na_support and device != 1:
|
||||
if modules in na_support and device == 1:
|
||||
result = os.system(f'python3 -m pip install {modules}')
|
||||
if result != 0:
|
||||
failed_modules.append(modules)
|
||||
|
||||
Reference in New Issue
Block a user