We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec768f commit f0d7cecCopy full SHA for f0d7cec
src/art/model.py
@@ -364,8 +364,8 @@ async def train(
364
365
366
def _get_trash_dir(project_name: str) -> str:
367
- models_dir = get_models_dir(project_name)
368
- return os.path.join(models_dir, ".trash")
+ art_path = get_default_art_path()
+ return os.path.join(art_path, "trash", project_name, "models")
369
370
371
def move_to_trash(project_name: str, model_name: str):
0 commit comments