[X] I reviewed the Discussions, and have a new bug or useful enhancement to share.
Expected Behavior
Correct installation of llama-cpp-python.
Current Behavior
I was upgrading to version 0.3.2 and during the upgrade it gave me a series of errors and the build failed. I installed version 3.0.1 without any problems.
Environment and Context
Please provide detailed information about your computer setup. This is important in case the issue is not reproducible except for under certain specific conditions.
Physical (or virtual) hardware you are using, e.g. for Linux:
$ RTX 3060 LAPTOP 6GB
Operating System:
$ Windows 11
SDK version:
$ python3 --3.12
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
step 1: Install llama-cpp-python 0.3.1 on Windows with CUDA support
step 2: Update to version 0.3.2 with this command:
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Correct installation of llama-cpp-python.
Current Behavior
I was upgrading to version 0.3.2 and during the upgrade it gave me a series of errors and the build failed. I installed version 3.0.1 without any problems.
Environment and Context
Please provide detailed information about your computer setup. This is important in case the issue is not reproducible except for under certain specific conditions.
$ RTX 3060 LAPTOP 6GB
$ Windows 11
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Please provide detailed steps for reproducing the issue. We are not sitting in front of your screen, so the more detail the better.
Failure Logs
I posted only the last part of the failure logs because it was too long, but the errors are the same ( C1083 and MSB3721).
P.S. My mistake, I had mistaken the order of the arguments of
pip install
.