hf compatibility

This commit is contained in:
Quentin Fuxa
2025-11-15 18:34:19 +01:00
parent 8d9be88fe6
commit d310f7e25f
5 changed files with 188 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ dependencies = [
"websockets",
"torchaudio>=2.0.0",
"torch>=2.0.0",
"huggingface-hub>=0.25.0",
"tqdm",
"tiktoken",
'triton>=2.0.0; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")'
@@ -48,6 +49,7 @@ Homepage = "https://github.com/QuentinFuxa/WhisperLiveKit"
[project.scripts]
whisperlivekit-server = "whisperlivekit.basic_server:main"
wlk = "whisperlivekit.basic_server:main"
[tool.setuptools]
packages = [