Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add steps to install from source for llama.cpp #1396

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

Vaibhavs10
Copy link
Member

Copy link
Member

@julien-c julien-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oooh nice

@@ -37,9 +37,21 @@ You can quickly start a locally running chat-ui & LLM text-generation server tha

**Step 1 (Start llama.cpp server):**

Install llama.cpp w/ brew (for Mac):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brew also exists for linux no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does, however, it only instals CPU only build, so would be quite slow. So recommended way would still be to clone + make imo.

@Vaibhavs10
Copy link
Member Author

CI is 🟢

@dnouri
Copy link

dnouri commented Aug 7, 2024

I just found that the docs at llama.cpp have some really useful links for how to install on my platform. Maybe you could add a link?

https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md

@Vaibhavs10
Copy link
Member Author

Yes! great suggestion @dnouri - I added the suggestions here in line 47:

or [build directly from the source](https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md) for your target device:

Copy link
Collaborator

@nsarrazin nsarrazin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great thanks!

@nsarrazin nsarrazin merged commit d7b02af into main Aug 8, 2024
4 checks passed
@nsarrazin nsarrazin deleted the Vaibhavs10-patch-1 branch August 8, 2024 09:37
barrensconsulting pushed a commit to barrensconsulting/llmindset-hug-ui that referenced this pull request Aug 9, 2024
* Add steps to install from source for llama.cpp

* Formatting.
ice91 pushed a commit to ice91/chat-ui that referenced this pull request Oct 30, 2024
* Add steps to install from source for llama.cpp

* Formatting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants