You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big fan of --models-preset. I'd like to be able to specify relative paths for the model = argument so that models.ini is less machine-specific. I can do this if I specify the working directory when I launch my llama-server, but that often takes some OS- or distro-specific knowledge (systemd etc.), and it's not always what you want.
Proposal: add an optional --models-preset-path parameter that is used as a prefix to relative paths specified in the --models-preset file. Similar to --media-path or --path. If it's omitted, then the server uses the cwd, as it does today.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Big fan of
--models-preset. I'd like to be able to specify relative paths for themodel =argument so that models.ini is less machine-specific. I can do this if I specify the working directory when I launch my llama-server, but that often takes some OS- or distro-specific knowledge (systemd etc.), and it's not always what you want.Proposal: add an optional
--models-preset-pathparameter that is used as a prefix to relative paths specified in the--models-presetfile. Similar to--media-pathor--path. If it's omitted, then the server uses the cwd, as it does today.Beta Was this translation helpful? Give feedback.
All reactions