Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
I don't see any direct usage of torch within the experiment. I am wondering if this is safe to remove?
I understand that other library might have dependencies on torch such that it might get installed anyway, but I'm wondering if we need to import it here.
Hey @HashemAlsaket,
I don't see any direct usage of
torch
within the experiment. I am wondering if this is safe to remove?I understand that other library might have dependencies on
torch
such that it might get installed anyway, but I'm wondering if we need to import it here.Let me know! Thanks for your work!