👍️[Update] Optimize : Init時のconfigの取得処理を変更

This commit is contained in:
misyaguziya
2024-10-26 01:24:37 +09:00
parent bd0431f79c
commit ca7ba5ce09
6 changed files with 118 additions and 95 deletions

View File

@@ -1,7 +1,6 @@
from os import path as os_path, makedirs as os_makedirs
from requests import get as requests_get
from typing import Callable
import torch
import huggingface_hub
from faster_whisper import WhisperModel
import logging