You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generic.py includes two hard-coded paths, one to "c:" and one to "d:"
On *nix boxes, you can imagine what that means.
This repo is called by some experimental projects which use LLMs in NLP research.
I have no idea how to resolve this issue. Open to ideas.
Thanks.
The text was updated successfully, but these errors were encountered:
I think that section of the file should just be removed altogether. It's just leftover debugging code (load the embeddings, query them, see what embeddings look like) and does not belong there anymore. The file is not meant to be called as a standalone script.
generic.py includes two hard-coded paths, one to "c:" and one to "d:"
On *nix boxes, you can imagine what that means.
This repo is called by some experimental projects which use LLMs in NLP research.
I have no idea how to resolve this issue. Open to ideas.
Thanks.
The text was updated successfully, but these errors were encountered: