-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running make start
#1
Comments
I did not right yet the documentation :) I intend to have a documentation page to describe how to set up the repo to train the retriever before to launch the The install guide is still in process. While on CPU this is quite feasible, it is difficult to provide something reliable for GPU. At least, it should be feasible on MPS with MacOS. I'll check if can get something easy. |
Looking forward to trying your LLM! :) |
You can have a look to the following: https://glemaitre.github.io/sklearn-ragger-duck/install.html Let see if |
Almost there! I added Then I stumbled on prefix-dev/pixi#234.
Am I looking for trouble trying that in Docker. Yes :)
I'll revert to you when I'll try on bare metal. |
Normally this is the point of using pixi, we don't need to bother with docker and we are in a contained environment still :). On linux, then you need to change the I could try to have |
The documentation is outdated. I'm closing this issue and I'll update the documentation. |
Hi Guillaume,
I successfully installed requirements on a Python 3.11 running Docker (Apple Silicon).
When I run
make start
in theapp
directory, I get the following error:After installing llama_cpp using
pip install llama-cpp-python
, I ran in another issue:I am not sure where I can get this file.
Cam
The text was updated successfully, but these errors were encountered: