From a8f2caa1516dd896da6ba5caf36b5c24b6cd7450 Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 16 Oct 2024 12:36:56 -0700 Subject: [PATCH] Remove apparently-unused import torchvision in model.py --- torchchat/model.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/torchchat/model.py b/torchchat/model.py index 25b4ddcd7..7868b6593 100644 --- a/torchchat/model.py +++ b/torchchat/model.py @@ -12,8 +12,6 @@ from enum import Enum from pathlib import Path -import torchvision - from typing import Any, Callable, Dict, Optional, Union from collections.abc import Hashable