fixup: log lazy-install errors at debug + AUTHOR_MAP for CipherFrame
Co-authored-by: CipherFrame <cipherframe@users.noreply.github.com>
This commit is contained in:
@@ -47,6 +47,7 @@ ACP_REGISTRY_MANIFEST = REPO_ROOT / "acp_registry" / "agent.json"
|
|||||||
AUTHOR_MAP = {
|
AUTHOR_MAP = {
|
||||||
# teknium (multiple emails)
|
# teknium (multiple emails)
|
||||||
"teknium1@gmail.com": "teknium1",
|
"teknium1@gmail.com": "teknium1",
|
||||||
|
"cipherframe@users.noreply.github.com": "CipherFrame",
|
||||||
"me@promplate.dev": "CNSeniorious000",
|
"me@promplate.dev": "CNSeniorious000",
|
||||||
"yichengqiao21@gmail.com": "YarrowQiao",
|
"yichengqiao21@gmail.com": "YarrowQiao",
|
||||||
"erhanyasarx@gmail.com": "erhnysr",
|
"erhanyasarx@gmail.com": "erhnysr",
|
||||||
|
|||||||
@@ -212,8 +212,8 @@ def _try_lazy_install_stt() -> bool:
|
|||||||
import importlib.util as _iu
|
import importlib.util as _iu
|
||||||
if _iu.find_spec("faster_whisper"):
|
if _iu.find_spec("faster_whisper"):
|
||||||
return True
|
return True
|
||||||
except Exception:
|
except Exception as exc:
|
||||||
pass
|
logger.debug("Lazy install of faster-whisper failed: %s", exc)
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user