- 09 May, 2024 14 commits
-
-
Daniel Hiltgen authored
Record more GPU information
-
Daniel Hiltgen authored
This cleans up the logging for GPU discovery a bit, and can serve as a foundation to report GPU information in a future UX.
-
Daniel Hiltgen authored
Harden subprocess reaping
-
Bruce MacDonald authored
-
Michael Yang authored
routes: skip invalid filepaths
-
Michael Yang authored
-
Daniel Hiltgen authored
-
tusharhero authored
-
J S authored
-
Daniel Hiltgen authored
Doc container usage and workaround for nvidia errors
-
Daniel Hiltgen authored
-
Jeffrey Morgan authored
-
Carlos Gamez authored
Updated sample code as per warning notification from the package maintainers
-
jmorganca authored
-
- 08 May, 2024 13 commits
-
-
Daniel Hiltgen authored
-
Daniel Hiltgen authored
Add GPU usage
-
Daniel Hiltgen authored
Detect noexec and report a better error
-
Daniel Hiltgen authored
This records more GPU usage information for eventual UX inclusion.
-
Bruce MacDonald authored
* Add preflight OPTIONS handling and update CORS config - Implement early return with HTTP 204 (No Content) for OPTIONS requests in allowedHostsMiddleware to optimize preflight handling. - Extend CORS configuration to explicitly allow 'Authorization' headers and 'OPTIONS' method when OLLAMA_ORIGINS environment variable is set. * allow auth, content-type, and user-agent headers * Update routes.go
-
Michael Yang authored
routes: fix show llava models
-
Michael Yang authored
-
Michael Yang authored
types/model: fix tag case
-
Michael Yang authored
-
Michael Yang authored
skip if same quantization
-
Bruce MacDonald authored
-
Michael Yang authored
-
Bruce MacDonald authored
-
- 07 May, 2024 13 commits
-
-
Tobias Gårdhus authored
-
Daniel Hiltgen authored
This will bubble up a much more informative error message if noexec is preventing us from running the subprocess
-
boessu authored
fixing pip code.
-
Eli Bendersky authored
* api: fill up API documentation Followup for #2878 Now that the documentation is more complete, mention it in the README. Updates #2840 * fix typo/lint * Update README.md Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> --------- Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
Giuseppe Lumia authored
Some terminals may send line feed characters when pasting text with newlines.
-
Michael Yang authored
update list handler to use model.Name
-
Michael Yang authored
quantize any fp16/fp32 model
-
Bruce MacDonald authored
- add test for number formatting - fix bug where 1B and 1M were not stored correctly - display 2 decimal points for million param sizes - display 1 decimal point for billion param sizes
-
Renat authored
-
Fernando Maclen authored
-
Michael Yang authored
types/model: fix parser for empty values
-
Michael Yang authored
fly example
-
Michael Yang authored
-