- 29 Aug, 2023 2 commits
-
-
Michael Yang authored
allow F16 to use metal
-
Patrick Devine authored
-
- 27 Aug, 2023 2 commits
-
-
Jeffrey Morgan authored
-
Michael Yang authored
update README.md
-
- 26 Aug, 2023 9 commits
-
-
Michael Yang authored
add 34b to mem check
-
Michael Yang authored
set default template
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Michael Yang authored
warning F16 uses significantly more memory than quantized model so the standard requires don't apply.
-
Michael Yang authored
-
Quinn Slack authored
Previously, `ollama rm model1 model2 modelN` would only delete `model1`. The other model command-line arguments would be silently ignored. Now, all models mentioned are deleted.
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 25 Aug, 2023 3 commits
-
-
Michael Yang authored
patch llama.cpp for 34B
-
Michael Yang authored
-
Michael Yang authored
-
- 24 Aug, 2023 2 commits
-
-
Michael Yang authored
add 34b model type
-
Michael Yang authored
-
- 22 Aug, 2023 11 commits
-
-
Michael Yang authored
Mxyng/cleanup
-
Michael Yang authored
use url.URL
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
build release mode
-
Michael Yang authored
-
Michael Yang authored
add version
-
Michael Yang authored
-
Jeffrey Morgan authored
-
Ryan Baker authored
-
- 21 Aug, 2023 1 commit
-
-
Jeffrey Morgan authored
-
- 18 Aug, 2023 6 commits
-
-
Michael Yang authored
retry on unauthorized chunk push
-
Michael Yang authored
copy metadata from source
-
Michael Yang authored
The token printed for authorized requests has a lifetime of 1h. If an upload exceeds 1h, a chunk push will fail since the token is created on a "start upload" request. This replaces the Pipe with SectionReader which is simpler and implements Seek, a requirement for makeRequestWithRetry. This is slightly worse than using a Pipe since the progress update is directly tied to the chunk size instead of controlled separately.
-
Michael Yang authored
-
Michael Yang authored
-
Jeffrey Morgan authored
-
- 17 Aug, 2023 4 commits
-
-
Michael Yang authored
ignore nil map values
-
Michael Yang authored
-
Michael Yang authored
fix push manifest
-
Michael Yang authored
-