mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 08:19:11 +02:00
enable debug by default and optimize startup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -93,7 +93,6 @@ elif os.environ.get("HF_HUB", None) is not None:
|
||||
else:
|
||||
hfcache_dir = os.path.join(os.path.expanduser('~'), '.cache', 'huggingface', 'hub')
|
||||
os.environ["HF_HUB_CACHE"] = hfcache_dir
|
||||
log.debug(f'Huggingface cache: folder="{hfcache_dir}"')
|
||||
|
||||
|
||||
class Backend(Enum):
|
||||
|
||||
Reference in New Issue
Block a user