This commit is contained in:
mrq 2024-11-05 11:50:05 -06:00
parent 9e65e05e83
commit bbc2de3713
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ setup(
"descript-audio-codec",
# gradio web UI (my linux install doesn't like 5.x, windows is fine)
f"gradio{"<5.0.0" if not sys.platform.startswith("win") else ""}"
f"gradio{'<5.0.0' if not sys.platform.startswith('win') else ''}"
],
extras_require = {

View File

@ -296,7 +296,7 @@ def _load_dac_model(device="cuda"):
model.backend = "dac"
model.model_type = kwargs["model_type"]
model.device = device
#model.device = device
return model