Commit History

Merge pull request #11 from makaveli10/clean_up_logs
1de4c74
unverified

Marcus Edel commited on

clean up trt_server
022421b

makaveli10 commited on

remove debug code
674148d
unverified

makaveli Marcus Edel commited on

cleanup logs; send whisper and llm latency to client
bd36f24

makaveli10 commited on

Adjusted the video title
4235ac2
unverified

jpc commited on

add cuda-arch as a build-arg
25adfbc

makaveli10 commited on

Merge pull request #9 from zoq/readme-youtube
8accb9d
unverified

makaveli commited on

Add sample video to the README.
b5073d7

Marcus Edel commited on

Merge pull request #8 from makaveli10/reuse_loaded_model
a7b86dc
unverified

Marcus Edel commited on

remove model_path
80a0363

makaveli10 commited on

use pre-loaded whisper tensorrt model
8632327

makaveli10 commited on

Merge pull request #7 from jpc/jpc/dolphin
a330b66
unverified

Marcus Edel commited on

Added a build script for dolphin-2_6-phi-2
dd6edef

makaveli10 commited on

add: dolphin model inference; chatml prompt format
28cd485

makaveli10 commited on

Merge pull request #6 from jpc/jpc/rename
8c9e584
unverified

Marcus Edel commited on

Enable torch.compile for TTS
f97a5dd

jpc commited on

Rename WhisperBot to WhisperFusion
7bf3a05

jpc commited on

Merge pull request #5 from jpc/jpc/executable-docs
a7aef5c
unverified

jpc commited on

Automate Docker building
ad3d1f7

jpc commited on

Convert the rest of the README examples into scripts
3ec0fd4

jpc commited on

Prototype the new executable documentation format
19da603

jpc commited on

Merge pull request #3 from makaveli10/add_history_to_llm
0733173
unverified

Marcus Edel commited on

fix: strip() on list
5d9af51

makaveli10 commited on

add history of conversation to prompt
e3f7cd8

makaveli10 commited on

Update README.md
7cfc46e
unverified

makaveli commited on

Put the item back into the queue.
ea4fabf
unverified

Marcus Edel commited on

Add simple HTML frontend.
6d778c2

Marcus Edel commited on

Make sure the websocket does not timeout.
4a07920

Marcus Edel commited on

update tts service
55616b9

makaveli10 commited on

send llm responses with eos=True
779ed30

makaveli10 commited on

Merge branch 'main' of https://github.com/collabora/WhisperBot
79ce63a

makaveli10 commited on

send llm response with eos
3a0cae9

makaveli10 commited on

Merge pull request #2 from jpc/jpc/early-stop-tts
8566a8b
unverified

makaveli commited on

Implemented aborting from speculative WhisperSpeech generation
00c7470

jpc commited on

update requirements
3d1dc04

makaveli10 commited on

update trt_server: remove debug stat
12648c9

makaveli10 commited on

integrate whisperspeech
16388cf

makaveli10 commited on

send LLM output only once after eos=true
81cb63c

makaveli10 commited on

Merge branch 'main' of github.com:collabora/WhisperBot
71a8e88

makaveli10 commited on

optimizations
9dcd6a2

makaveli10 commited on

Update client.py with TTS websocket
5cb8342
unverified

makaveli commited on

add tts_service
f2683ae
unverified

makaveli commited on