oobabooga

oobabooga

AI & ML interests

None yet

Recent Activity

Organizations

None yet

oobabooga's activity

New activity in mradermacher/DeepSeek-V3-GGUF 2 days ago

imatrix quants

19
#2 opened 4 days ago by
oobabooga
reacted to abidlabs's post with ❤️ 12 months ago
view post
Post
The next version of Gradio will be significantly more efficient (as well as a bit faster) for anyone who uses Gradio's streaming features. Looking at you chatbot developers @oobabooga @pseudotensor :)

The major change that we're making is that when you stream data, Gradio used to send the entire payload at each token. This is generally the most robust way to ensure all the data is correctly transmitted. We've now switched to sending "diffs" --> so at each time step, we automatically compute the diff between the most recent updates and then only send the latest token (or whatever the diff may be). Coupled with the fact that we are now using SSE, which is a more robust communication protocol than WS (SSE will resend packets if there's any drops), we should have the best of both worlds: efficient *and* robust streaming.

Very cool stuff @aliabid94 ! PR: https://github.com/gradio-app/gradio/pull/7102
New activity in oobabooga/CodeBooga-34B-v0.1 about 1 year ago

Human eval results?

4
#2 opened about 1 year ago by
rombodawg
New activity in oobabooga/CodeBooga-34B-v0.1 about 1 year ago
New activity in OpenAssistant/oasst-sft-1-pythia-12b almost 2 years ago

How can I run this?

12
#2 opened almost 2 years ago by
Matan1905