88 Commits (a89ef99aedffefde201a48a256e4d406bda543f0)

Author SHA1 Message Date
Michael Yang 88897a90e4 fix ipv6 parse ip 3 years ago
Michael Yang 6137b12799 validate existence and pull model using api 3 years ago
Michael Yang 9297ff8330 fix OLLAMA_HOST parsing for ip6 3 years ago
Michael Yang 58ffa03d8b fix impossible condition 3 years ago
Michael Yang a5520bfb42 fix build 3 years ago
Michael Yang b58d5d16b0 fix mkdir on windows 3 years ago
Patrick Devine 80dd44e80a
Cmd changes (#541) 3 years ago
Patrick Devine e7e91cd71c
add autoprune to remove unused layers (#491) 3 years ago
Patrick Devine 1adfa67589
tighten up the error string for `ollama show` flags (#476) 3 years ago
Patrick Devine 790d24eb7b
add show command (#474) 3 years ago
Patrick Devine 8bbff2df98
add model IDs (#439) 3 years ago
Quinn Slack 2ecc3a33c3
delete all models (not just 1st) in `ollama rm` (#415) 3 years ago
Michael Yang 2c7f956b38 add version 3 years ago
Jeffrey Morgan a9f6c56652 fix `FROM` instruction erroring when referring to a file 3 years ago
Ryan Baker 0a892419ad
Strip protocol from model path (#377) 3 years ago
Blake Mizerany 67e593e355
cmd: support OLLAMA_CLIENT_HOST environment variable (#262) 3 years ago
Michael Yang 76b85bc0e9 set non-zero error code on error 3 years ago
Jeffrey Morgan 1556162c90 create `.ollama` directory if it doesnt exist 3 years ago
Patrick Devine 9770e3b325
Generate private/public keypair for use w/ auth (#324) 3 years ago
Jeffrey Morgan 7e26a8df31 cmd: use environment variables for server options 3 years ago
Soroush Javadi bea683e3bf
cmd: check GetBlobsPath error (#317) 3 years ago
Jeffrey Morgan f65169b13e clean up cli flags 3 years ago
Jeffrey Morgan 040a5b9750 clean up cli flags 3 years ago
Bruce MacDonald a6f6d18f83 embed text document in modelfile 3 years ago
cmiller01 93492f1e18 correct precedence of serve params (args over env over default) 3 years ago
cmiller01 fb593b7bfc pass flags to `serve` to allow setting allowed-origins + host and port 3 years ago
Bruce MacDonald 50e87c6691 read from os executable 3 years ago
Bruce MacDonald 40a25bf8c3 pr comments 3 years ago
Jeffrey Morgan 528bafa585 cache loaded model 3 years ago
Bruce MacDonald 36d6081ed1 find symlink of mac app 3 years ago
Bruce MacDonald e72fe7945f check server is running before running command 3 years ago
Bruce MacDonald d1c098b038 tell users to check the server error logs 3 years ago
Patrick Devine 39bb25d5f6
allow multiline text using three double-quotes (#239) 3 years ago
Patrick Devine 01d155c969
show system/template/license layers from cmd prompt (#223) 3 years ago
Michael Yang 35af37a2cb session id 3 years ago
Bruce MacDonald 4c1caa3733 download models when creating from modelfile 3 years ago
Bruce MacDonald 12ab8f8f5f Revert "pull model on make if not present locally" 3 years ago
Bruce MacDonald 8ebbd12f21 pull model on make if not present locally 3 years ago
Patrick Devine 4cb42ca55e
add copy command (#191) 3 years ago
Patrick Devine 88c55199f8
change push to chunked uploads from monolithic (#179) 3 years ago
Patrick Devine 6d6b0d3321
change error handler behavior and fix error when a model isn't found (#173) 3 years ago
Patrick Devine 9f6e97865c
allow pushing/pulling to insecure registries (#157) 3 years ago
Patrick Devine e7a393de54
add rm command for models (#151) 3 years ago
Patrick Devine a3badaf103
add ls alias (#152) 3 years ago
Michael Yang 55b5f5dc34
ctrl+c on empty line exits (#135) 3 years ago
Patrick Devine e4d7f3e287
vendor in progress bar and change to bytes instead of bibytes (#130) 3 years ago
Michael Yang dbc90576b8 add verbose/quiet commands 3 years ago
Michael Yang 84200dcde6 use readline 3 years ago
Michael Yang 68df36ae50 fix pull 0 bytes on completed layer 3 years ago
Michael Yang d4cfee79d5 resolve modelfile before passing to server 3 years ago