mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
fix and sync
This commit is contained in:
parent
287245b4aa
commit
e14495b405
@ -1 +1 @@
|
||||
Subproject commit 1813e4505bb203e1a28a4b399aa02b26ae8b5f66
|
||||
Subproject commit d2d039ac81410a966dc24f041ee2c680bfba4f3c
|
2
scripts/build_wheels.bat
Normal file
2
scripts/build_wheels.bat
Normal file
@ -0,0 +1,2 @@
|
||||
SET "CMAKE_ARGS=-DLLAMA_CUBLAS=on" && pip wheel llama-cpp-python --wheel-dir=E:/Build
|
||||
|
2
scripts/build_wheels_linux.sh
Normal file
2
scripts/build_wheels_linux.sh
Normal file
@ -0,0 +1,2 @@
|
||||
CMAKE_ARGS="-DLLAMA_CUBLAS=on" pip wheel llama-cpp-python --wheel-dir=~/builds
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6f998e319f36b2edd9fbb4d2591a3017d0ea89a6
|
||||
Subproject commit 31b8b8475fe54775e2dfcf2d2d9812c2564b0462
|
Loading…
Reference in New Issue
Block a user