m0wer

Results 41 comments of m0wer

I would also be nice to have some examples of those use cases.

This is now covered by the documentation: https://docs.danswer.dev/multilingual_setup

Sure! The latest working version is `0.18.0` with `CUDA_VISIBLE_DEVICES=0,1`, which looks like: ``` 08:51:04 root@sgn:~# nvidia-smi Fri Jan 12 08:51:08 2024 +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 545.23.08 Driver Version: 545.23.08 CUDA Version:...

Even in 0.18.0 it crashes from time ot time after some use or larger context. In the state shown above the memory details for the RTX 2060 6GB are: ```...

> @m0wer do you know if this is still an issue? I don't have asymmetric cards to test this on. Tested with the same setup and version v0.1.38 and works...

Thanks a lot @herveleclerc ! I extende your fix a bit to work for MRs too, here's the complete diff: ```diff diff --git a/backend/danswer/connectors/gitlab/connector.py b/backend/danswer/connectors/gitlab/connector.py index 3b37dcd..e953e74 100644 --- a/backend/danswer/connectors/gitlab/connector.py...

Any updates on this? How complex is the change (approximately)? Does anyone know any alternative apps for this functionality?

For example, adding an entrypoint as the one used in gitea will easily fix this issue:

First of all, sorry for the late reply. I didn't get any notifications since the repo is a fork and it was unwatched by default. You can see the startup...