download_simulstreaming_backend.py now downloads files in the correct lib dir

This commit is contained in:
Quentin Fuxa
2025-07-03 11:07:28 +02:00
parent 2f177c4a3b
commit aad2c55d8c
23 changed files with 104844 additions and 22 deletions

View File

@@ -40,7 +40,6 @@ setup(
entry_points={
'console_scripts': [
'whisperlivekit-server=whisperlivekit.basic_server:main',
'whisperlivekit-download-simulstreaming=whisperlivekit.download_simulstreaming_backend:main',
],
},
classifiers=[