hegelai / prompttools

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).
http://prompttools.readthedocs.io
Apache License 2.0
2.71k stars 232 forks source link

Remove `torch` reference #85

Closed NivekT closed 1 year ago

NivekT commented 1 year ago

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!