Prasoon Varshney

Results 4 comments of Prasoon Varshney

@Tarannom-sdgh confirming and endorsing @Wildshire's answer to your question. @Wildshire thanks for pointing this out. Looks like an outdated config. Will clean it up. In the meantime, `check facts` has...

@Jaykumaran @Wildshire Good to hear you found `HuggingFacePipelineCompatible`. Unfortunately, LangChain made a breaking change that was not backward-compatible (it removed `_acall` as a member function of the `LLM` class). This...

@Wildshire regarding the "I'm sorry, I can't respond to that." Based on the logs you pasted, here are some observations. 1. The issue seems to be bad retrieval, due to...

Hi @nashugame, the error `torch.cuda.OutOfMemoryError: CUDA out of memory.` means that you are trying to load a model that is bigger than what can fit on your GPU. I'm not...