mirror of
https://github.com/MrSanZz/KawaiiGPT.git
synced 2026-02-26 22:31:30 +00:00
Update install.py
This commit is contained in:
@@ -102,7 +102,7 @@ def install_modules():
|
||||
print('='*4+'Installing Python modules'+'='*4)
|
||||
failed_modules = []
|
||||
|
||||
for mod in modules:
|
||||
for mod in module:
|
||||
try:
|
||||
print(f"Installing {mod}...")
|
||||
if mod in na_support:
|
||||
|
||||
Reference in New Issue
Block a user