Closed kinredon closed 1 year ago
You may try adding the path of the project to the environmental variables, e.g.,
adding the following to the file tools/hand_craft_prompt.py
import sys
sys.path.insert(0, 'path/to/this/project/')
Thanks for your help. I fixed this error now!
Hi, thanks for your excellent work!
I tried to generate the Class Embeddings and run the following commands:
But there is an error:
What is the problem with me? can you give me some help?