GPU issues with REST API #3583
-
I am not sure what is going wrong here, but lately whenever I try to launch the REST API using GPU, I get this message below. I have tried doing a fresh clone of the haystack repo, but I still get the same error message. Command I use from the haystack root directory:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think this might have something to do with the recent refactoring I noticed that removed the Not surprisingly, if I use the json-schemas folder from version 1.9 of the source code and paste that into my project directory, the errors resolve. I have tried installing and re-installing haystack both using pip with farm-haystack and by using pip from the cloned directory. The fact that the error message seems to be looking for python3.7, but that directory is missing in my case might also have something to do with it: |
Beta Was this translation helpful? Give feedback.
-
Hey @OMGAmici there is a PR that I believe are fixing an issue that would cause this scenario: They're #3533 and there's also an issue at #3505 I suggest keeping an eye out on those. Seems that the team is already on this |
Beta Was this translation helpful? Give feedback.
Hey @OMGAmici there is a PR that I believe are fixing an issue that would cause this scenario: They're #3533 and there's also an issue at #3505
I suggest keeping an eye out on those. Seems that the team is already on this