From 0ec20cbe8631ca57525fc2f5b75889f820fcedfd Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Thu, 19 Sep 2024 02:43:46 +0300 Subject: [PATCH] sys not needed after code checking --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__main__.py b/src/__main__.py index cc9ab76..2ff29c8 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -2,7 +2,6 @@ import json import os import shutil -import sys import warnings import torch @@ -194,6 +193,7 @@ def main() -> None: print("DLICV model not found, downloading...") from huggingface_hub import snapshot_download + snapshot_download(repo_id="nichart/DLICV", local_dir=".") print("DLICV model has been successfully downloaded!") else: