Jeffrey Morgan
|
e20362e0d5
fix multi line input in `ollama run`
|
1 年之前 |
Patrick Devine
|
c928ceb927
add word wrapping for lines which are longer than the terminal width (#553)
|
1 年之前 |
Patrick Devine
|
87d9efb364
switch to forked readline lib which doesn't wreck the repl prompt (#578)
|
1 年之前 |
Michael Yang
|
88897a90e4
fix ipv6 parse ip
|
1 年之前 |
Michael Yang
|
6137b12799
validate existence and pull model using api
|
1 年之前 |
Michael Yang
|
9297ff8330
fix OLLAMA_HOST parsing for ip6
|
1 年之前 |
Michael Yang
|
58ffa03d8b
fix impossible condition
|
1 年之前 |
Michael Yang
|
a5520bfb42
fix build
|
1 年之前 |
Michael Yang
|
b58d5d16b0
fix mkdir on windows
|
1 年之前 |
Patrick Devine
|
80dd44e80a
Cmd changes (#541)
|
1 年之前 |
Patrick Devine
|
e7e91cd71c
add autoprune to remove unused layers (#491)
|
1 年之前 |
Patrick Devine
|
1adfa67589
tighten up the error string for `ollama show` flags (#476)
|
1 年之前 |
Patrick Devine
|
790d24eb7b
add show command (#474)
|
1 年之前 |
Patrick Devine
|
8bbff2df98
add model IDs (#439)
|
1 年之前 |
Quinn Slack
|
2ecc3a33c3
delete all models (not just 1st) in `ollama rm` (#415)
|
1 年之前 |
Michael Yang
|
9ec7e37534
Merge pull request #392 from jmorganca/mxyng/version
|
1 年之前 |
Michael Yang
|
2c7f956b38
add version
|
1 年之前 |
Jeffrey Morgan
|
a9f6c56652
fix `FROM` instruction erroring when referring to a file
|
1 年之前 |
Ryan Baker
|
0a892419ad
Strip protocol from model path (#377)
|
1 年之前 |
Michael Yang
|
0ebec07569
Merge pull request #345 from jmorganca/exit-non-zero
|
1 年之前 |
Blake Mizerany
|
67e593e355
cmd: support OLLAMA_CLIENT_HOST environment variable (#262)
|
1 年之前 |
Michael Yang
|
76b85bc0e9
set non-zero error code on error
|
1 年之前 |
Jeffrey Morgan
|
1556162c90
create `.ollama` directory if it doesnt exist
|
1 年之前 |
Patrick Devine
|
9770e3b325
Generate private/public keypair for use w/ auth (#324)
|
1 年之前 |
Jeffrey Morgan
|
7e26a8df31
cmd: use environment variables for server options
|
1 年之前 |
Soroush Javadi
|
bea683e3bf
cmd: check GetBlobsPath error (#317)
|
1 年之前 |
Jeffrey Morgan
|
f65169b13e
clean up cli flags
|
1 年之前 |
Jeffrey Morgan
|
040a5b9750
clean up cli flags
|
1 年之前 |
Bruce MacDonald
|
a6f6d18f83
embed text document in modelfile
|
1 年之前 |
cmiller01
|
93492f1e18
correct precedence of serve params (args over env over default)
|
1 年之前 |