Andrei Betlen
e37a808bc0
Update llama.cpp
2023-05-16 23:33:53 -04:00
Andrei Betlen
a7c9e38287
Update variable name
2023-05-16 18:07:25 -04:00
Andrei Betlen
a3352923c7
Add model_alias option to override model_path in completions. Closes #39
2023-05-16 17:22:00 -04:00
Andrei Betlen
214589e462
Update llama.cpp
2023-05-16 17:20:45 -04:00
Andrei Betlen
a65125c0bd
Add sampling defaults for generate
2023-05-16 09:35:50 -04:00
Andrei Betlen
341c50b5b0
Fix CMakeLists.txt
2023-05-16 09:07:14 -04:00
Andrei
1a13d76c48
Merge pull request #215 from zxybazh/main
...
Update README.md
2023-05-15 17:57:58 -04:00
Xiyou Zhou
408dd14e5b
Update README.md
...
Fix typo.
2023-05-15 14:52:25 -07:00
Andrei
e0cca841bf
Merge pull request #214 from abetlen/dependabot/pip/mkdocs-material-9.1.12
...
Bump mkdocs-material from 9.1.11 to 9.1.12
2023-05-15 17:24:06 -04:00
dependabot[bot]
7526b3f6f9
Bump mkdocs-material from 9.1.11 to 9.1.12
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.11 to 9.1.12.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.11...9.1.12 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 21:05:54 +00:00
Andrei
cda9cecd5f
Merge pull request #212 from mzbac/patch-1
...
chore: add note for Mac m1 installation
2023-05-15 16:19:00 -04:00
Andrei Betlen
cbac19bf24
Add winmode arg only on windows if python version supports it
2023-05-15 09:15:01 -04:00
Anchen
3718799b37
chore: add note for Mac m1 installation
2023-05-15 20:46:59 +10:00
Andrei Betlen
c804efe3f0
Fix obscure Wndows DLL issue. Closes #208
2023-05-14 22:08:11 -04:00
Andrei Betlen
ceec21f1e9
Update llama.cpp
2023-05-14 22:07:35 -04:00
Andrei Betlen
d90c9df326
Bump version
2023-05-14 00:04:49 -04:00
Andrei Betlen
cdf59768f5
Update llama.cpp
2023-05-14 00:04:22 -04:00
Andrei Betlen
7a536e86c2
Allow model to tokenize strings longer than context length and set add_bos. Closes #92
2023-05-12 14:28:22 -04:00
Andrei Betlen
8740ddc58e
Only support generating one prompt at a time.
2023-05-12 07:21:46 -04:00
Andrei Betlen
8895b9002a
Revert "llama_cpp server: prompt is a string". Closes #187
...
This reverts commit b9098b0ef7
.
2023-05-12 07:16:57 -04:00
Andrei Betlen
684d7c8c17
Fix docker command
2023-05-11 22:12:35 -04:00
Andrei Betlen
fa1fc4ec42
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
2023-05-11 21:56:54 -04:00
Andrei Betlen
e3d3c31da2
Bump version
2023-05-11 21:56:43 -04:00
Andrei Betlen
7be584fe82
Add missing tfs_z paramter
2023-05-11 21:56:19 -04:00
Andrei Betlen
28ee2adec2
Update llama.cpp
2023-05-11 21:15:12 -04:00
Andrei Betlen
35229f5eab
Update llama.cpp
2023-05-11 10:05:34 -04:00
Andrei Betlen
cdeaded251
Bugfix: Ensure logs are printed when streaming
2023-05-10 16:12:17 -04:00
Andrei
c3ed1330d7
Merge pull request #177 from joelkurian/main
...
Updated installation instructions for BLAS backends
2023-05-10 05:27:12 -04:00
Andrei
3c96b43cf4
Merge pull request #178 from Stonelinks/document-presence-frequency-penalty
...
Document presence frequency penalty
2023-05-09 23:55:52 -04:00
Lucas Doyle
02e8a018ae
llama_cpp server: document presence_penalty and frequency_penalty, mark as supported
2023-05-09 16:25:00 -07:00
Lucas Doyle
bebe7712f7
README: better setup instructions for developers for pip and poetry
...
Give folks options + explicit instructions for installing with poetry or pip.
2023-05-09 16:04:15 -07:00
Lucas Doyle
7e03fdd766
poetry: add poetry.toml, configure to install in a virtualenv
...
Its cleaner to keep the virtualenv in the project directory, and
poetry makes it easy to do that via this config.
2023-05-09 16:03:19 -07:00
Lucas Doyle
99c016c9b3
pyproject.toml: add skbuild to dev dependencies
...
The README says to run `python3 setup.py develop` to build the library, however on a blank install this fails because scikit-build is not installed. This adds it to the dev dependencies so that it is installed.
2023-05-09 16:03:13 -07:00
Joel Kurian
17dc51a7d2
Updated installation instructions for BLAS backends
2023-05-09 21:34:46 +05:30
Andrei Betlen
d957422bf4
Implement sampling as in llama.cpp main example
2023-05-08 21:21:25 -04:00
Andrei Betlen
93a9019bb1
Merge branch 'main' of github.com:abetlen/llama_cpp_python into Maximilian-Winter/main
2023-05-08 19:57:09 -04:00
Andrei Betlen
f315b82832
Revert changes to llama.cpp and setup.py
2023-05-08 19:53:21 -04:00
Andrei
7499fc1cbb
Merge pull request #126 from Stonelinks/deprecate-example-server
...
Deprecate example server
2023-05-08 19:29:04 -04:00
Andrei
1971514fa5
Merge pull request #173 from abetlen/dependabot/pip/mkdocs-material-9.1.11
...
Bump mkdocs-material from 9.1.9 to 9.1.11
2023-05-08 19:28:01 -04:00
Andrei Betlen
7af1f4c672
Merge branch 'main' of github.com:abetlen/llama_cpp_python into main
2023-05-08 18:49:38 -04:00
Andrei Betlen
c37883b477
Bump version
2023-05-08 18:49:37 -04:00
Andrei Betlen
82d138fe54
Fix: default repeat_penalty
2023-05-08 18:49:11 -04:00
dependabot[bot]
b1489befda
Bump mkdocs-material from 9.1.9 to 9.1.11
...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) from 9.1.9 to 9.1.11.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.9...9.1.11 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-08 21:04:42 +00:00
Andrei
ed0f48b4bb
Merge pull request #153 from SagsMug/main
...
Update low_level_api examples
2023-05-08 14:58:47 -04:00
Andrei Betlen
a3cc7bf5b2
Bump version
2023-05-08 14:46:50 -04:00
Andrei Betlen
29f094bbcf
Bugfix: not falling back to environment variables when default is value is set.
2023-05-08 14:46:25 -04:00
Andrei Betlen
6d69461ef5
Bump version
2023-05-08 14:21:47 -04:00
Andrei Betlen
0d6c60097a
Show default value when --help is called
2023-05-08 14:21:15 -04:00
Andrei Betlen
022e9ebcb8
Use environment variable if parsed cli arg is None
2023-05-08 14:20:53 -04:00
Mug
eaf9f19aa9
Fix lora
2023-05-08 15:27:42 +02:00