Tobias

Results 13 comments of Tobias

Just to give you a reference, as test i detected the language of about 4000 docs, with average 100 words: > language_guess: 26s > cld2: 18s > language_id: 39s >...

So today i digged in your lib and found the detector_factory and detect functions, which can be imported with: ``` from langdetect import detector_factory from langdetect import detect ``` Which...

Yes same here, when i try to play HEVC / h.265 4K Videos.

Thanks for clarifying, that's unfortunate, then i'd rather wait or skip this lib.

When will the Angular 16 update merged into the master? My application needs a ng 16 update and uses ngx-lightbox.

So i followed this comment: [Conda Pytorch (Pytorch channel) in WSL2 Ubuntu can't find libcudnn shared objects](https://github.com/pytorch/pytorch/issues/85773#top)](https://github.com/pytorch/pytorch/issues/85773#issuecomment-1288033297) And now i get this error and still no model output: ``` 2024-01-30...

Thanks, the VRAM tipp helped! Running the smaller 7B model works on my machine. Looks like the RTX3090 24GB of VRAM is still too less for the 13B. `python3 -m...

> I got rid of the try-except block in `llava/model/__init__.py` and then reinstalled from root with `pip install -e .` and the error went away for me > > before:...

Have a look at https://github.com/haotian-liu/LLaVA/issues/1291#issuecomment-2002727430

Is there an maintained alternative?