Compare commits
No commits in common. "56094f345f2a2ae8fce92b70a8f82c06e06e565d" and "2320f653d81c0135d0ad2c38b6557cb8488e3a3c" have entirely different histories.
56094f345f
...
2320f653d8
1 changed files with 1 additions and 2 deletions
|
|
@ -238,7 +238,6 @@ in
|
|||
ansible # automation/software-defined-configuration tool
|
||||
binutils # gnu bin utils
|
||||
# conda # python environment management
|
||||
gettext # gnu lib for text manipulation (added for envsubst)
|
||||
uv # alternative for python env management...
|
||||
lazydocker # docker[/compose] tui
|
||||
sqlite-interactive # sqlite cli
|
||||
|
|
@ -405,7 +404,7 @@ in
|
|||
acceleration = "rocm";
|
||||
environmentVariables = {
|
||||
HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore
|
||||
OLLAMA_LOAD_TIMEOUT = "2m"; # Reduce load timeout (from 5 min)...if it's that big, forget it.
|
||||
OLLAMA_LOAD_TIMEOUT = "2"; # Reduce load timeout (from 5 min)...if it's that big, forget it.
|
||||
# OK, so origins is more about setting up CORS than firewalling things. (and requires e.g. http[s]://IP|Host/* etc)
|
||||
#OLLAMA_ORIGINS = "10.40.4.2"; # Only accept connections from locally.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue