Jeffrey Morgan
|
6fbb380076
|
hide dock icon if window closes
|
2023-08-02 11:05:34 -04:00 |
|
Bruce MacDonald
|
8f8b6288ac
|
check server is running before running command
|
2023-08-02 10:51:23 -04:00 |
|
Michael Yang
|
b98096389d
|
Merge pull request #255 from jmorganca/update-llama-cpp
Update llama cpp
|
2023-08-01 17:18:33 -07:00 |
|
Michael Yang
|
74a5f7e698
|
no gpu for 70B model
|
2023-08-01 17:12:50 -07:00 |
|
Michael Yang
|
7a1c3e62dc
|
update llama.cpp
|
2023-08-01 16:54:01 -07:00 |
|
Jeffrey Morgan
|
da52f5bfdd
|
run npm install on build
|
2023-08-01 17:41:25 -04:00 |
|
Bruce MacDonald
|
50e87c6691
|
read from os executable
|
2023-08-01 16:01:55 -04:00 |
|
Gerd
|
e4a970ece1
|
Add model update to README.md (#252)
|
2023-08-01 15:06:33 -04:00 |
|
Jeffrey Morgan
|
4ca43a694c
|
remove newlines between list items in README.md
|
2023-08-01 15:05:39 -04:00 |
|
Bruce MacDonald
|
765994362c
|
use head to check heartbeat
|
2023-08-01 14:50:38 -04:00 |
|
Bruce MacDonald
|
40a25bf8c3
|
pr comments
|
2023-08-01 13:48:48 -04:00 |
|
Jeffrey Morgan
|
58daeb962a
|
add llama2-uncensored to model list
|
2023-08-01 11:25:01 -04:00 |
|
Jeffrey Morgan
|
528bafa585
|
cache loaded model
|
2023-08-01 11:24:18 -04:00 |
|
Michael Chiang
|
81f75696e2
|
Merge pull request #251 from jmorganca/mchiang0610-patch-2
add examples of projects using Ollama
|
2023-08-01 11:16:14 -04:00 |
|
Michael Chiang
|
8bdcf894bd
|
Update README.md
add examples of projects using Ollama
|
2023-08-01 11:14:54 -04:00 |
|
Michael Chiang
|
fe530423a5
|
Merge pull request #249 from sestinj/main
Add "Awesome projects built with Ollama" section to README, including Continue
|
2023-08-01 08:07:50 -07:00 |
|
Michael Yang
|
05e390205b
|
Merge pull request #250 from jmorganca/fixes
Fixes
|
2023-07-31 21:47:42 -07:00 |
|
Michael Yang
|
872011630a
|
fix license
|
2023-07-31 21:46:48 -07:00 |
|
Michael Yang
|
203fdbc4b8
|
check err
|
2023-07-31 21:46:48 -07:00 |
|
Michael Yang
|
70e0ab6b3d
|
remove unnecessary fmt.Sprintf
|
2023-07-31 21:46:47 -07:00 |
|
Michael Yang
|
319f078dd9
|
remove -Werror
there are compile warnings on Linux which -Werror elevates to errors,
preventing compile
|
2023-07-31 21:45:56 -07:00 |
|
Jeffrey Morgan
|
9968153729
|
fix Go warnings
|
2023-07-31 21:37:40 -04:00 |
|
Jeffrey Morgan
|
7da249fcc1
|
only build metal for darwin,arm target
|
2023-07-31 21:35:23 -04:00 |
|
Bruce MacDonald
|
f529626c6c
|
log prediction failures
|
2023-07-31 17:39:20 -04:00 |
|
Bruce MacDonald
|
36d6081ed1
|
find symlink of mac app
|
2023-07-31 17:38:10 -04:00 |
|
Nate Sesti
|
aadedda486
|
Update README.md
|
2023-07-31 13:59:39 -07:00 |
|
Bruce MacDonald
|
671eec6da9
|
log prediction failures
|
2023-07-31 16:46:37 -04:00 |
|
Bruce MacDonald
|
e72fe7945f
|
check server is running before running command
|
2023-07-31 16:25:57 -04:00 |
|
Jeffrey Morgan
|
90ba0b80c7
|
fix build_darwin.sh
|
2023-07-29 22:36:59 -04:00 |
|
Patrick Devine
|
39bb25d5f6
|
allow multiline text using three double-quotes (#239)
|
2023-07-29 13:35:23 -07:00 |
|
Michael Yang
|
eadee46840
|
Merge pull request #236 from jmorganca/check-os-walk
check os.Walk err
|
2023-07-28 14:14:21 -07:00 |
|
Jeffrey Morgan
|
2e2e624d21
|
app: use notarytool for notarizing
|
2023-07-28 12:23:56 -07:00 |
|
Jeffrey Morgan
|
ed832ce3b7
|
darwin build script
|
2023-07-28 12:23:27 -07:00 |
|
Michael Yang
|
227da16909
|
Merge pull request #235 from jmorganca/rm-ioutil
remove io/ioutil import
|
2023-07-28 12:19:06 -07:00 |
|
Michael Yang
|
bd58528fbd
|
check os.Walk err
|
2023-07-28 12:15:31 -07:00 |
|
Michael Yang
|
c5e447a359
|
remove io/ioutil import
ioutil is deprecated
|
2023-07-28 12:06:03 -07:00 |
|
Michael Yang
|
fc40a4f166
|
Merge pull request #234 from jmorganca/fix-parse-license
use max scan token size to hold large objects
|
2023-07-28 12:03:51 -07:00 |
|
Michael Yang
|
9c7f30d31c
|
use max scan token size to hold large objects
|
2023-07-28 11:43:31 -07:00 |
|
Bruce MacDonald
|
6ed3ec0cb3
|
Allow specifying stop conditions in Modelfile
|
2023-07-28 12:31:08 -04:00 |
|
Bruce MacDonald
|
47bda0b860
|
add stop to docs
|
2023-07-28 12:30:27 -04:00 |
|
Jeffrey Morgan
|
c75cafdb58
|
build for universal architecture on macos
|
2023-07-28 12:18:11 -04:00 |
|
Bruce MacDonald
|
f5cbcb08e6
|
specify stop params separately
|
2023-07-28 11:29:00 -04:00 |
|
Jeffrey Morgan
|
67b6f8ba86
|
add ggml-metal.metal to .gitignore
|
2023-07-28 11:04:21 -04:00 |
|
Bruce MacDonald
|
184ad8f057
|
allow specifying stop conditions in modelfile
|
2023-07-28 11:02:04 -04:00 |
|
Jeffrey Morgan
|
822a0e36eb
|
lower batch size to 512
|
2023-07-28 10:56:21 -04:00 |
|
Jeffrey Morgan
|
18b6b601ad
|
app: cleanup README.md
|
2023-07-28 10:51:41 -04:00 |
|
Bruce MacDonald
|
0345070dfa
|
update model file docs
|
2023-07-28 10:33:52 -04:00 |
|
Jeffrey Morgan
|
dffc8b6e09
|
update llama.cpp to d91f3f0
|
2023-07-28 08:07:48 -04:00 |
|
Jeffrey Morgan
|
0871083776
|
app: fix tray icon color scheme in dark mode
|
2023-07-28 07:03:46 -04:00 |
|
Michael Yang
|
e5b26c3aa2
|
Merge pull request #221 from jmorganca/embed-metal
embed ggml-metal.metal
|
2023-07-27 17:24:41 -07:00 |
|