Skip to content

Commit 491b500

Browse files
authored
Update setup.py
1 parent a967ed2 commit 491b500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
else:
4040
x = x
4141
snapshot_download(repo_id=x, local_dir=f"{y} + \ + {x}", local_dir_use_symlinks=False)
42-
llm_path = f"{y} + \ + {x}"
42+
llm_path = str(y + r"\dolphin-2.1-mistral-7B-GPTQ")
4343

4444
# URL of the file to download
4545
url = "https://huggingface.co/DogeLord/megumin-VITS/resolve/main/G_latest.pth"

0 commit comments

Comments
 (0)