- 09 May, 2024 1 commit
-
-
jmorganca authored
-
- 08 May, 2024 12 commits
-
-
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 23 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
-
Michael Yang authored
Revert "fix golangci workflow not enable gofmt and goimports"
-
Michael Yang authored
This reverts commit 04f971c8.
-
Mélony QIN authored
* add details on kubernetes deployment and separate the testing process * Update examples/kubernetes/README.md thanks for suggesting this change, I agree with you and let's make this project better together ! Co-authored-by:
JonZeolla <Zeolla@gmail.com> --------- Co-authored-by:
QIN Mélony <MQN1@dsone.3ds.com> Co-authored-by:
JonZeolla <Zeolla@gmail.com>
-
Hause Lin authored
* Update README.md Add Ollama for R - ollama-r library * Update README.md --------- Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Jeffrey Morgan authored
-
alwqx authored
-
Michael Yang authored
-
Michael Yang authored
llm: add minimum based on layer size
-
Michael Yang authored
Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Michael Yang authored
-
- 06 May, 2024 4 commits
-
-
CrispStrobe authored
* note on naming restrictions else push would fail with cryptic retrieving manifest Error: file does not exist ==> maybe change that in code too * Update docs/import.md --------- Co-authored-by:
C-4-5-3 <154636388+C-4-5-3@users.noreply.github.com> Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
Jeffrey Morgan authored
-
Jackie Li authored
--------- Co-authored-by:Patrick Devine <patrick@infrahq.com>
-
Michael Yang authored
-