mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-03 03:16:45 +00:00
upgraded
This commit is contained in:
parent
f70c0d8354
commit
ec7af0bb66
@ -129,7 +129,7 @@ class LollmsXTTS(LollmsTTS):
|
|||||||
# running `conda update` commands or similar.
|
# running `conda update` commands or similar.
|
||||||
else:
|
else:
|
||||||
print("Creating Conda environment 'xtts'...")
|
print("Creating Conda environment 'xtts'...")
|
||||||
create_conda_env("xtts", "3.8")
|
create_conda_env("xtts", "3.10")
|
||||||
|
|
||||||
# Step 3: Install or update dependencies using your custom function
|
# Step 3: Install or update dependencies using your custom function
|
||||||
requirements_path = os.path.join(xtts_path, "requirements.txt")
|
requirements_path = os.path.join(xtts_path, "requirements.txt")
|
||||||
|
Loading…
Reference in New Issue
Block a user