Commit graph

120 commits

Author SHA1 Message Date
Kevin Kwok
285ca17ecb
Update README.md 2023-03-21 14:15:19 -07:00
Tindell Lockett
9116ae9b53
Change argument processing to allow prompt or file args. (#103) 2023-03-21 13:55:56 -07:00
Pi
428aa7025a
Add support for 30B model and 65B, if it is made in the future (#104) 2023-03-21 13:55:24 -07:00
Kevin Kwok
7636ddb9e4
Update README.md 2023-03-20 22:16:27 -07:00
Kevin Kwok
99f3908c51
Automatically Generate Releases for Mac, Linux, Windows (#81)
* trying to build for arm

* cross compiling?

* only mac

* gh actions

* fix

* fixing dash

* ensure that its executable

* adding back windows

* unindent

* typo

* oops

* runs on

* more release stuff

* more release stuff

* fix workflow

* adding back linux builds

* conditional stuff
2023-03-20 03:41:11 -07:00
Kevin Kwok
2cbe79694a
Merge pull request #76 from anzz1/patch-3
add cached torrent links
2023-03-19 18:46:14 -07:00
anzz1
e83984f583
add cached torrent links
for people having trouble with magnet links, as torrents always work
2023-03-20 02:31:42 +02:00
Kevin Kwok
3a208b917b
Merge pull request #42 from MariusCiocanel/master 2023-03-18 13:57:20 -07:00
Kevin Kwok
ad0f01b366
Merge pull request #56 from anzz1/patch-2 2023-03-18 13:56:08 -07:00
Kevin Kwok
60c84e6735
Merge pull request #54 from NatoBoram/feature/gitignore-chat 2023-03-18 13:55:19 -07:00
anzz1
1b19586681
Init the var too 2023-03-18 22:21:58 +02:00
anzz1
f69062f68e
Do the windows ANSI color fix properly 2023-03-18 21:51:12 +02:00
Nato Boram
c0e1cb53c7
🙈 Add output chat to .gitignore 2023-03-18 14:45:10 -04:00
Kevin Kwok
b64ca1c07c
Merge pull request #40 from rupeshs/windows-console-ansi-color-fix
Windows console ANSI color issue fixed
2023-03-18 07:37:29 -07:00
Marius Ciocanel
8bb0dd55f4
Merge pull request #1 from MariusCiocanel/MariusCiocanel-curl-instead-of-wget-1
Update command for downloading the weights to use `curl`

`curl` is preinstalled on macOS and the new command is equivalent to the `wget` version but avoids having to install `wget`.
This should save people some time.
2023-03-18 13:12:18 +00:00
Marius Ciocanel
bb60fdaf32
Update command for downloading the weights to use curl
`curl` is preinstalled on macOS and the new command is equivalent to the `wget` version but avoids having to install wget
2023-03-18 13:10:25 +00:00
Rupesh Sreeraman
a83e2e7a24 Windows console ANSI color issue fixed 2023-03-18 16:41:20 +05:30
antimatter15
4a524c51ba commenting out aarch 2023-03-18 01:15:51 -07:00
antimatter15
ddc4e24cb8 maybe macos-arm64 is case sensitive 2023-03-18 01:11:02 -07:00
antimatter15
564b861bac archiving artifacts 2023-03-18 01:06:44 -07:00
antimatter15
3f7d187b6b more copying stuff 2023-03-18 00:55:00 -07:00
antimatter15
1c62e35984 create release 2023-03-18 00:37:34 -07:00
antimatter15
7e126618c4 ci releases for mac and linux 2023-03-18 00:34:53 -07:00
antimatter15
501a8e19d9 adding to credit section 2023-03-18 00:28:37 -07:00
antimatter15
1cb9215e5d removing random prompt generation 2023-03-18 00:28:37 -07:00
thement
e95e64bd49 Implement non-greedy tokenizer that tries to maximize token lengths (#242)
* Implement non-greedy tokenizer that tries to maximize token lengths

* Insert single space in front of the prompt

- this is to match original llama tokenizer behavior

---------

Co-authored-by: Jakub Horak <jakub.horak@ibawizard.net>
2023-03-18 00:28:37 -07:00
Kevin Kwok
7b24407613
Merge pull request #31 from anzz1/ci_test
CI fine tuning
2023-03-18 00:06:16 -07:00
antimatter15
96e0519ae1 extending context window 2023-03-17 23:46:31 -07:00
Kevin Kwok
97d327e1bf
Update chat.cpp 2023-03-17 23:43:09 -07:00
Kevin Kwok
7cd84a7027
Update README.md 2023-03-17 22:57:27 -07:00
Kevin Kwok
d0f855a8df
Update README.md 2023-03-17 11:13:47 -07:00
anzz1
e7bdee6cc9
CI fine tuning 2023-03-17 19:17:59 +02:00
Kevin Kwok
1e82fa82c6
Merge pull request #26 from mcmonkey4eva/master
add easy Windows install instructions to the readme
2023-03-17 09:44:40 -07:00
Kevin Kwok
71d097898d
Merge pull request #12 from anzz1/ci_test
Fix Makefile and Linux/MacOS CI
2023-03-17 09:44:26 -07:00
Kevin Kwok
197df5f096
Merge pull request #18 from jxy/limit_tokens
Compute remaining tokens along the way and exit if over
2023-03-17 09:44:12 -07:00
Alex "mcmonkey" Goodwin
af02c94798 add easy Windows install instructions to the readme
Also fix a typo of LLaMA's casing in the chat.cpp file, and add cmake's generated files to the gitignore
2023-03-17 04:49:41 -07:00
Xiao-Yong Jin
5be098f51e Compute remaining tokens along the way and exit if over 2023-03-17 00:22:37 -05:00
anzz1
376a4a2ab0
Merge branch 'master' into ci_test 2023-03-17 04:11:13 +02:00
anzz1
8a3d6f2ea4
CI: Enable Linux/MacOS builds 2023-03-17 04:00:40 +02:00
anzz1
f2eda96137
Fix Makefile 2023-03-17 03:58:34 +02:00
Kevin Kwok
235a4115df
Update build.yml 2023-03-16 18:39:41 -07:00
Kevin Kwok
72f9fbe4d1
Fix #2 2023-03-16 18:36:09 -07:00
Kevin Kwok
2af2331add
Merge pull request #3 from bigattichouse/master
process the scanf() output so Ubuntu 22 compiler doesn't error due to…
2023-03-16 18:30:17 -07:00
Kevin Kwok
bf244623ef
Merge pull request #5 from anzz1/master
Windows fixes for CMake & Github CI
2023-03-16 18:26:03 -07:00
Michael E. Johnson
0660aeed69 process the scanf() output so Ubuntu 22 compiler doesn't error due to default warn_unused_result instead of Makefile -Wunused-result 2023-03-16 16:18:12 -05:00
anzz1
c8917ca358
Fix Windows CI and autorelease
AI for the masses
2023-03-16 23:08:18 +02:00
anzz1
6d973a699f
Fix CMake 2023-03-16 23:07:23 +02:00
antimatter15
e750735216 first commit 2023-03-16 09:16:36 -07:00
Nebula
9b4a15b17d
Fix RMS norm in GGML (#191) 2023-03-15 19:29:25 -04:00
hoangmit
6eac39ba95
Add RMS norm and use it (#187)
* add ggml_rms_norm

* update op num
2023-03-16 00:41:38 +02:00