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

Update ai to include mention of straight ollama and not just alpaca #77

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

### Desktop integration

[Install alpaca](https://flathub.org/apps/com.jeffser.Alpaca) to use a native desktop application. Alpaca supports Nvidia and AMD acceleration natively and includes ollama. If you prefer an all-GUI solution just use Alpaca and manage your models from within the application.
[Install alpaca](https://flathub.org/apps/com.jeffser.Alpaca) to use a native desktop application. If you prefer an all-GUI solution just use Alpaca and manage your models from within the application. Alpaca supports Nvidia and AMD acceleration natively and _includes ollama_.

![image](https://github.com/user-attachments/assets/9fd38164-e2a9-4da1-9bcd-29e0e7add071)


Check notice on line 16 in docs/ai.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/ai.md#L16

Expected: 1; Actual: 2
### Ollama CLI

If you prefer a CLI or to interact with the ollama server from your scripts, then you can install ollama with either
- `brew install ollama` (recommended) with [Homebrew](https://formulae.brew.sh/formula/ollama)

Check notice on line 20 in docs/ai.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/ai.md#L20

Lists should be surrounded by blank lines
- The installation script from the [ollama website](https://ollama.com, but will require some manual tweaks in their docs to get it in your path.

Check notice on line 21 in docs/ai.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

docs/ai.md#L21

Bare URL used
Loading