Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
b42a5964
Unverified
Commit
b42a5964
authored
Nov 17, 2024
by
Jeffrey Morgan
Committed by
GitHub
Nov 17, 2024
Browse files
docs: add customization section in linux.md (#7709)
parent
4759d879
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
docs/linux.md
docs/linux.md
+16
-1
No files found.
docs/linux.md
View file @
b42a5964
...
@@ -112,6 +112,21 @@ sudo systemctl status ollama
...
@@ -112,6 +112,21 @@ sudo systemctl status ollama
> https://www.amd.com/en/support/linux-drivers for best support of your Radeon
> https://www.amd.com/en/support/linux-drivers for best support of your Radeon
> GPU.
> GPU.
## Customizing
To customize the installation of Ollama, you can edit the systemd service file or the environment variables by running:
```
sudo systemctl edit ollama
```
Alternatively, create an override file manually in
`/etc/systemd/system/ollama.service.d/override.conf`
:
```
ini
[Service]
Environment
=
"OLLAMA_DEBUG=1"
```
## Updating
## Updating
Update Ollama by running the install script again:
Update Ollama by running the install script again:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment