Commit Graph

470 Commits

Author SHA1 Message Date
92e30a62ee allow pushing/pulling to insecure registries 2023-07-20 23:29:41 -07:00
e7a393de54 add rm command for models (#151) 2023-07-20 16:09:23 -07:00
8454f298ac fix example Modelfiles 2023-07-20 15:46:32 -07:00
a3badaf103 add ls alias (#152) 2023-07-20 15:28:27 -07:00
50e8e5bdbe Merge pull request #148 from jmorganca/more-llama-files
add llama.cpp mpi, opencl files
2023-07-20 14:26:46 -07:00
8526e1f5f1 add llama.cpp mpi, opencl files 2023-07-20 14:19:55 -07:00
0cfdbb95cc Merge pull request #146 from jmorganca/fix-windows-pull
windows: fix model pulling
2023-07-20 13:41:54 -07:00
6cea2061ec windows: fix model pulling 2023-07-20 12:35:04 -07:00
2832801c2a Merge pull request #91 from jmorganca/fix-stream-errors
fix stream errors
2023-07-20 12:21:59 -07:00
23a37dc466 clean up README.md 2023-07-20 12:21:36 -07:00
992892866b Merge pull request #145 from jmorganca/verify-digest
verify blob digest
2023-07-20 12:14:21 -07:00
dde880290c Merge pull request #131 from jmorganca/update-llama-cpp
update llama.cpp to e782c9e735f93ab4767ffc37462c523b73a17ddc
2023-07-20 12:14:10 -07:00
1f27d7f1b8 fix stream errors 2023-07-20 12:12:08 -07:00
00aaa05901 remove unused code 2023-07-20 20:57:30 +02:00
a83eaa7a9f update llama.cpp to e782c9e735f93ab4767ffc37462c523b73a17ddc 2023-07-20 11:55:56 -07:00
5156e48c2a add script to update llama.cpp 2023-07-20 11:54:59 -07:00
bf198c3918 verify blob digest 2023-07-20 11:53:57 -07:00
3ec4ebc562 remove unused code 2023-07-20 20:18:00 +02:00
6a19724d5f remove colon from library modelfiles 2023-07-20 09:51:30 -07:00
924ce739f9 documentation on the model format 2023-07-20 09:03:41 -07:00
e1973e6780 Update icon (#139) 2023-07-20 08:55:20 -07:00
f1b08ef40e set temperature on README.md example 2023-07-20 08:17:09 -07:00
31f0cb7742 new Modelfile syntax 2023-07-20 07:52:24 -07:00
e4b2ccfb23 web: clean up remaining models.json usage 2023-07-20 07:51:46 -07:00
a3d7bb0a30 Merge pull request #136 from jmorganca/brucemacd/remove-models
Delete models.json
2023-07-20 16:40:46 +02:00
77e49f3822 Delete models.json 2023-07-20 16:32:50 +02:00
8945b25484 new modelfile syntax on branch 2023-07-20 02:24:21 -07:00
99ccf0c5d3 fix broken link in README.md v0.0.10 2023-07-20 02:15:11 -07:00
d59b164fa2 add prompt back to parser 2023-07-20 01:13:30 -07:00
55b5f5dc34 ctrl+c on empty line exits (#135) v0.0.9 2023-07-20 00:53:08 -07:00
3b135ac963 parser: fix case where multi line string termination error wouldnt show 2023-07-20 00:43:22 -07:00
e6bae8d916 parser: keep seeking until eof 2023-07-20 00:37:52 -07:00
d9f54300c3 library: add echo for verify progress 2023-07-19 23:58:28 -07:00
1511219763 update library modelfiles with new syntax 2023-07-19 23:57:22 -07:00
ada0add89b fix llama library templates 2023-07-19 23:53:40 -07:00
75e508e1d6 remove old templates 2023-07-19 23:47:13 -07:00
6f046dbf18 Update images.go (#134) 2023-07-19 23:46:01 -07:00
cd820c8bca move wizard-vicuna to correct location 2023-07-19 23:44:03 -07:00
88e755d7fd Add files for library models 2023-07-19 23:40:37 -07:00
6984171cfd Merge pull request #93 from jmorganca/split-prompt
separate prompt into template and system
2023-07-19 23:25:33 -07:00
60b4db6389 add .First 2023-07-19 23:24:32 -07:00
7c6ea2a966 fix dangling """ 2023-07-19 23:24:32 -07:00
c161aef5f9 update example 2023-07-19 23:24:32 -07:00
c47786c1b0 Update docs/modelfile.md
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-07-19 23:24:32 -07:00
df100ce540 Update docs/modelfile.md
Co-authored-by: Michael Yang <mxyng@pm.me>
2023-07-19 23:24:32 -07:00
5c5948b4e7 clean up my previous empty sentences 2023-07-19 23:24:32 -07:00
1c72e46e09 update modelfile.md 2023-07-19 23:24:32 -07:00
ca210ba480 handle vnd.ollama.image.prompt for compat 2023-07-19 23:24:32 -07:00
df146c41e2 separate prompt into template and system 2023-07-19 23:24:31 -07:00
2d305fa99a allow relative paths in FROM instruction 2023-07-19 21:55:15 -07:00