abetlen / llama-cpp-python

Python bindings for llama.cpp
https://llama-cpp-python.readthedocs.io
MIT License
8.17k stars 974 forks source link

Fix: CUDA workflow actions #1838

Open pabl-o-ce opened 4 days ago

pabl-o-ce commented 4 days ago

Hi guys

I take the time to quick fix the current problem creating the CUDA wheels. remove CUDA version 12.5.0 incompatibility with VS.

There some problems with 12.5.0, 12.5.1, 12.6.3 CUDA versions using the current way to install in windows-2019.

Next step I would keep working to fix on this new versions to make it work properly. Also I migrate to windows-2022 to test the current setup and work but is not included in this PR.

pabl-o-ce commented 3 days ago

here is the test that it works: https://github.com/pabl-o-ce/llama-cpp-python/actions/runs/11963297992