Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
bigabig committed Jun 12, 2024
1 parent 4e8911e commit 4320727
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/src/app/core/analysis/cota/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ def reset(
)
if best_model_dir.exists():
shutil.rmtree(best_model_dir)
# delete the embeddings
self.repo.get_embeddings_filename(cota.project_id, str(cota.id)).unlink(
missing_ok=True
)
# delete the refinement jobs
self.redis.delete_all_cota_job_by_cota_id(cota_id=cota.id)
# reset the search space
Expand Down

0 comments on commit 4320727

Please sign in to comment.