Skip to content

windows build does not work #11

@johnny-smitherson

Description

@johnny-smitherson

The windows build instruction mentions this:

https://github.com/ShelbyJenkins/llm_client/blob/master/docs/build.md

Windows

Requires make see the suggested make instructions here or if using WSL you can run the dev container in this repo.

But the instructions linked at https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md do not actually mention make in any way.

I looked at the blame, and the docs have been removed for make 3 months ago -

The "make" workflow seems to have some problems:

  • does not work if cuda is installed in a path with spaces (such as all windows installations that go in "C:/program fiels")
  • after that is fixed, still does not work, one gets all the errors mentioned here: Error on make LLAMA_CUBLAS=1 ggml-org/llama.cpp#1470
  • solution in that other thread was "use cmake"

It seems the windows builds are broken until the build script is changed to use "cmake" with a new version of llamacpp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions