Sonu Kumar
Sonu Kumar
Hi, Thanks for a fantastic model but when I am installing it on Colab, It throws the below error. `ImportError: LDMTextToImagePipeline requires the transformers library but it was not found...
Hi, This only supports Python 3.6 it seems. We are in Py 3.10+ world. Can you please update your codebase so it can be compatible with Py 3.10+? Thanks in...
Hi, Can you please train your model in a way so it don't required "hyphen" between words as it throws below error for this conversion: `text2num("what's your gsat number understood...
Tried with German speaker but the result have an English accent, how to fix?
Thank you so much for a great starting point to build solutions using Open source LLMs. The program crashes after a couple of queries. **Expected behavior** Can we add some...
**Describe the bug and how to reproduce it** The code base works completely fine. Fantastic work! I have tried different LLMs. Even after creating embeddings on multiple docs, the answers...
Hi, thanks for this wonderful library. I tried downloading the image and the URLs for those images but I got below mentioned error: `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last)...
Hi, thanks for the great work in the open-source space. I am facing the below error: ` index = faiss.IndexFlatL2(len(embeddings[0])) IndexError: index 0 is out of bounds for axis 0...