chore(server): remove duplicate code

This commit is contained in:
Enno Hermann 2024-05-20 11:35:11 +02:00
parent 70bd84894d
commit 8503500d9d
1 changed files with 0 additions and 4 deletions

View File

@ -74,10 +74,6 @@ args = create_argparser().parse_args()
path = Path(__file__).parent / "../.models.json"
manager = ModelManager(path)
if args.list_models:
manager.list_models()
sys.exit()
# update in-use models to the specified released models.
model_path = None
config_path = None