Tarida George Cristian

Results 12 comments of Tarida George Cristian

I'm using the table with expandable rows and I can see some design glitches while transitioning between routes and I'm pretty sure that that's because of this issue.

And 24 should belong to finetuning? Is it 24 or 8? I saw that for the base model they've used 8 GPUs and for the large model 24.

As I've found out through testing, the max_tokens should not be less than 16000 * nr_of_seconds_of_your_largest_wav_file.

So my question is .. how many seconds can I have inside a batch? If I set max_tokens to a big number ( 1 200 000 ) I get an...

For me, I think that this error started to occur after I installed pyright by mistake without knowing that pylance has it already in it and after I've uninstalled the...

When building from the cloned git repository (instead of a downloaded release), run autoreconf -i to create the missing configure script (this requires autoconf, libtool and pkg-config; e.g. run sudo...

> Hi! Postgres (as relational DB) + Vespa (as vector DB). Up until recently though, we used a combination of Qdrant + Typesense instead of Vespa. > > Everything is...

Indeed. I've created a PR to handle those shortcomings. Please see https://github.com/tus/tusd/pull/1114 Only this line need to be modified: https://github.com/tus/tusd/pull/1114/files#diff-02dbee1afbbc2d3019a64b4337548b6408b150fdafd5d9960145f692df7295b7R95