slightly clarified the library replacement steps - replacing the dll is necessary in addition to replacing the library imports
This commit is contained in:
parent
5ca2d774cc
commit
93761e7baf
1 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@ What does it mean? You get llama.cpp with a fancy UI, persistent stories, editin
|
||||||
- If you want to generate the .exe file, make sure you have the python module PyInstaller installed with pip ('pip install PyInstaller').
|
- If you want to generate the .exe file, make sure you have the python module PyInstaller installed with pip ('pip install PyInstaller').
|
||||||
- Run the script make_pyinstaller.bat at a regular terminal (or Windows Explorer).
|
- Run the script make_pyinstaller.bat at a regular terminal (or Windows Explorer).
|
||||||
- The koboldcpp.exe file will be at your dist folder.
|
- The koboldcpp.exe file will be at your dist folder.
|
||||||
- If you wish to use your own version of the additional Windows libraries (clblast.lib, libopenblas.lib or OpenCL.lib), you can:
|
- If you wish to use your own version of the additional Windows libraries (clblast, libopenblas or OpenCL), you can:
|
||||||
- Compile then, or download the lastest release from the respective GitHub repository.
|
- Compile then, or download the lastest release from the respective GitHub repository.
|
||||||
- Change the extension of the .dll file to .lib.
|
- Replace the existing versions of the .dll file located in the project directory root.
|
||||||
- Move the new .lib file to the /lib folder of your project, overwriting the older file.
|
- Move any import .lib file to the /lib folder of your project, overwriting the older file.
|
||||||
- Make the project using the instructions.
|
- Make the project using the instructions.
|
||||||
|
|
||||||
## OSX and Linux
|
## OSX and Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue