Nick De Been
Nick De Been
Ok, here's that update: poetry install --directory /home/nickdebeen/Downloads/gpt4all Installing dependencies from lock file
As you can see, its not listing anything. Therefore, Poetry itself has a bug.
cmake .. -- Interprocedural optimization support detected -- CMAKE_SYSTEM_PROCESSOR: x86_64 -- Configuring ggml implementation target llama-mainline-default in /home/nickdebeen/gpt4all/gpt4all-backend/llama.cpp-mainline -- x86 detected -- Configuring ggml implementation target llama-230511-default in /home/nickdebeen/gpt4all/gpt4all-backend/llama.cpp-230511 --...
How about including a requirements.txt file to let us know what is actually required to build the project?
I was referring to the Poetry parts.
I'll check this out. Cheers.
There's nothing in the .txt file.
poetry add package sentence_transformers grpcio google protobuf The following packages are already present in the pyproject.toml and will be skipped: • sentence_transformers • grpcio • google • protobuf If you...
poetry add package@latest sentence_transformers The following packages are already present in the pyproject.toml and will be skipped: • sentence_transformers If you want to update it to the latest compatible version,...