Zhiming Ma
|
cc5e257b74
|
docs: update docs about Tabby Cloud. (#740)
|
2023-11-08 22:47:49 -08:00 |
Meng Zhang
|
03ff80efdb
|
feat: update tabby-ui
|
2023-11-08 16:07:39 -08:00 |
Meng Zhang
|
cde3602877
|
feat: sync llama.cpp to latest
|
2023-11-08 16:06:09 -08:00 |
Meng Zhang
|
b51520062a
|
refactor: extract ChatState -> ChatService (#730)
|
2023-11-08 22:12:29 +00:00 |
Meng Zhang
|
72d1d9f0bb
|
refactor: extract IndexServer into CodeSearchService (#728)
* refactor: extract IndexServer into CodeSearchService
* refactor: make CodeSearchService interface to be async
|
2023-11-08 21:42:03 +00:00 |
Meng Zhang
|
8ab35b2639
|
feat: add --parallelism to control throughput and vram usage (#727)
* feat: add --parallelism to control throughput and vram usage
* update default
* Revert "update default"
This reverts commit 349792c0d48d913dcd8be4ce1c9d7ce887918f29.
* cargo fmt
|
2023-11-08 18:31:22 +00:00 |
leiwen83
|
3fb8445747
|
feat: supports java (#715)
* feat: add java language configuration
* feat: add java repository context support
* Update programming-languages.md
* added rev to tree-sitter-java
Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Co-authored-by: Lei Wen <wenlei03@qiyi.com>
|
2023-11-07 23:59:00 -08:00 |
Zhiming Ma
|
b0a62e4af9
|
fix(intellij): fix agent IO charset to UTF8. (#723)
|
2023-11-07 23:08:00 -08:00 |
Meng Zhang
|
3af2ad7c60
|
docs: Update .gitattributes
|
2023-11-07 18:57:55 -08:00 |
Meng Zhang
|
a8a89bbc6f
|
docs(README.md): add 0.5.4 to what's new
|
2023-11-07 13:44:08 -08:00 |
aliang
|
e7f874b8da
|
feat: adding an auto completion component in chat playground (#702)
* feat: Adding an auto-completion component
* Update ee/tabby-ui/components/prompt-form.tsx
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* fix: prepare for submitting prompt
* fix: Generate code block templates
* fix: select completion and replace with doc name
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
|
2023-11-07 13:29:07 -08:00 |
Meng Zhang
|
6bea2a4a78
|
docs: add v0.5.4 to changelog
|
2023-11-07 13:27:52 -08:00 |
Meng Zhang
|
1ad0d39903
|
fix: deadlock between background job and requests (#720)
* fix: deadlock between background job and requests
* refactor: extract LlamaService
|
2023-11-07 13:11:28 -08:00 |
Meng Zhang
|
b001816671
|
chore: change default bug label to be bug-unconfirmed
|
2023-11-07 08:59:54 -08:00 |
Meng Zhang
|
1351642430
|
docs: add 0.5.3 release to what's new
cc @gyxlucy
|
2023-11-07 01:29:25 -08:00 |
Meng Zhang
|
8d7724b30a
|
chore: Update CHANGELOG.md
|
2023-11-07 00:58:25 -08:00 |
Meng Zhang
|
ec50e4f391
|
chore: add issue translator
|
2023-11-07 00:55:52 -08:00 |
Meng Zhang
|
3c3b14c9f5
|
fix: cuda serialization
|
2023-11-07 00:55:38 -08:00 |
Meng Zhang
|
cd8edc2fef
|
Update CHANGELOG.md
|
2023-11-07 00:35:25 -08:00 |
Meng Zhang
|
ca52ac4b01
|
fix: support cpu only run in llama.cpp cuda build
|
2023-11-06 22:59:24 -08:00 |
Meng Zhang
|
eb7ae96157
|
fix: llama.cpp requires kv cache to be N_CTX * parallelism (#714)
|
2023-11-07 06:16:36 +00:00 |
Meng Zhang
|
9344c32b31
|
fix: when there's an error happens in background inference loop, it should exit the process (#713)
|
2023-11-06 20:41:49 +00:00 |
Meng Zhang
|
c5cfba403f
|
docs: fix warning sign in MODEL_SPEC.md
|
2023-11-06 11:22:43 -08:00 |
Zhiming Ma
|
424626cf5f
|
feat(clients): add information about anonymous data tracking. (#704)
* feat(clients): add information about anonymous data tracking.
* fix: update docs for anonymous usage data.
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
* Update website/docs/extensions/configurations.md
Co-authored-by: Meng Zhang <meng@tabbyml.com>
---------
Co-authored-by: Meng Zhang <meng@tabbyml.com>
|
2023-11-05 22:59:28 -08:00 |
Zhiming Ma
|
039b8bf3df
|
fix(action): update github action vim-release using ad-m/github-push-action (#706)
* fix(ci): fix github action release vim.
* fix: fix job name to release.
* fix: fix commit files commands.
* chore(vim): bump vim-tabby version to 1.0.2.
|
2023-11-05 19:51:04 -08:00 |
Meng Zhang
|
00e0c4fddc
|
chore: add machete check to ensure no unused dependencies (#701)
* refactor: remove useless dependencies
* add machete
|
2023-11-05 02:48:05 +00:00 |
Meng Zhang
|
33ef27ba30
|
feat: support downloading resume (#700)
|
2023-11-05 02:38:06 +00:00 |
Zhiming Ma
|
4d6389a9ab
|
test(agent): add golden test. (#684)
* test(agent): add golden test.
* test(agent): update golden test.
* test(agent): remove docker-compose.
* test(agent): update golden test.
|
2023-11-04 19:12:52 -07:00 |
Meng Zhang
|
64e0abb8cc
|
fix(llama.cpp): wrongly index for n_seq in warmup
|
2023-11-04 17:53:22 -07:00 |
Meng Zhang
|
c7c67c2f90
|
fix: llama.cpp warmp logic
|
2023-11-04 14:28:04 -07:00 |
Meng Zhang
|
bdd9e6c18a
|
chore: up ci.yml to mac-latest
|
2023-11-03 18:29:57 -07:00 |
Meng Zhang
|
fc9c9f644b
|
Release 0.6.0-dev
http-api-bindings@0.6.0-dev
llama-cpp-bindings@0.6.0-dev
tabby@0.6.0-dev
tabby-common@0.6.0-dev
tabby-download@0.6.0-dev
tabby-inference@0.6.0-dev
tabby-scheduler@0.6.0-dev
Generated by cargo-workspaces
|
2023-11-03 18:04:12 -07:00 |
Meng Zhang
|
81c164a1d2
|
Merge branch 'r0.5'
|
2023-11-03 18:02:30 -07:00 |
Meng Zhang
|
ec8d88de0d
|
chore: release 0.5.0 (#697)
* Release 0.5.0-rc.0
http-api-bindings@0.5.0-rc.0
llama-cpp-bindings@0.5.0-rc.0
tabby@0.5.0-rc.0
tabby-common@0.5.0-rc.0
tabby-download@0.5.0-rc.0
tabby-inference@0.5.0-rc.0
tabby-scheduler@0.5.0-rc.0
Generated by cargo-workspaces
* fix: docker branch tag should only generate when not empty
* Release 0.5.0-rc.1
http-api-bindings@0.5.0-rc.1
llama-cpp-bindings@0.5.0-rc.1
tabby@0.5.0-rc.1
tabby-common@0.5.0-rc.1
tabby-download@0.5.0-rc.1
tabby-inference@0.5.0-rc.1
tabby-scheduler@0.5.0-rc.1
Generated by cargo-workspaces
* fix: handlebar syntax in meta action
* Release 0.5.0-rc.2
http-api-bindings@0.5.0-rc.2
llama-cpp-bindings@0.5.0-rc.2
tabby@0.5.0-rc.2
tabby-common@0.5.0-rc.2
tabby-download@0.5.0-rc.2
tabby-inference@0.5.0-rc.2
tabby-scheduler@0.5.0-rc.2
Generated by cargo-workspaces
* fix: handlebar syntax in meta action
* Release 0.5.0-rc.3
http-api-bindings@0.5.0-rc.3
llama-cpp-bindings@0.5.0-rc.3
tabby@0.5.0-rc.3
tabby-common@0.5.0-rc.3
tabby-download@0.5.0-rc.3
tabby-inference@0.5.0-rc.3
tabby-scheduler@0.5.0-rc.3
Generated by cargo-workspaces
* docs: update change log and docs
* fix: collect_snippet should handle NotReady error
* Release 0.5.0-rc.4
http-api-bindings@0.5.0-rc.4
llama-cpp-bindings@0.5.0-rc.4
tabby@0.5.0-rc.4
tabby-common@0.5.0-rc.4
tabby-download@0.5.0-rc.4
tabby-inference@0.5.0-rc.4
tabby-scheduler@0.5.0-rc.4
Generated by cargo-workspaces
* Release 0.5.0
http-api-bindings@0.5.0
llama-cpp-bindings@0.5.0
tabby@0.5.0
tabby-common@0.5.0
tabby-download@0.5.0
tabby-inference@0.5.0
tabby-scheduler@0.5.0
Generated by cargo-workspaces
|
2023-11-03 18:02:03 -07:00 |
Meng Zhang
|
536c7e86a0
|
Release 0.5.0
http-api-bindings@0.5.0
llama-cpp-bindings@0.5.0
tabby@0.5.0
tabby-common@0.5.0
tabby-download@0.5.0
tabby-inference@0.5.0
tabby-scheduler@0.5.0
Generated by cargo-workspaces
|
2023-11-03 18:00:38 -07:00 |
Meng Zhang
|
a3123cd7d0
|
chore: update loadtest based on 0.5.0-rc.4
|
2023-11-03 17:59:55 -07:00 |
Meng Zhang
|
281d189848
|
Release 0.5.0-rc.4
http-api-bindings@0.5.0-rc.4
llama-cpp-bindings@0.5.0-rc.4
tabby@0.5.0-rc.4
tabby-common@0.5.0-rc.4
tabby-download@0.5.0-rc.4
tabby-inference@0.5.0-rc.4
tabby-scheduler@0.5.0-rc.4
Generated by cargo-workspaces
|
2023-11-03 17:36:51 -07:00 |
Meng Zhang
|
c21ea483f4
|
fix: collect_snippet should handle NotReady error
|
2023-11-03 17:35:06 -07:00 |
Meng Zhang
|
3df3ad4f60
|
docs: update change log and docs
|
2023-11-03 14:05:04 -07:00 |
Meng Zhang
|
03fe1e9f6b
|
Release 0.5.0-rc.3
http-api-bindings@0.5.0-rc.3
llama-cpp-bindings@0.5.0-rc.3
tabby@0.5.0-rc.3
tabby-common@0.5.0-rc.3
tabby-download@0.5.0-rc.3
tabby-inference@0.5.0-rc.3
tabby-scheduler@0.5.0-rc.3
Generated by cargo-workspaces
|
2023-11-03 13:53:31 -07:00 |
Meng Zhang
|
1b92d5eabc
|
fix: handlebar syntax in meta action
|
2023-11-03 13:53:09 -07:00 |
Meng Zhang
|
24f8d2c14e
|
fix: handlebar syntax in meta action
|
2023-11-03 13:27:18 -07:00 |
Meng Zhang
|
a5bb20becb
|
Release 0.5.0-rc.2
http-api-bindings@0.5.0-rc.2
llama-cpp-bindings@0.5.0-rc.2
tabby@0.5.0-rc.2
tabby-common@0.5.0-rc.2
tabby-download@0.5.0-rc.2
tabby-inference@0.5.0-rc.2
tabby-scheduler@0.5.0-rc.2
Generated by cargo-workspaces
|
2023-11-03 13:26:51 -07:00 |
Meng Zhang
|
bddcedc1a5
|
fix: handlebar syntax in meta action
|
2023-11-03 13:26:28 -07:00 |
Meng Zhang
|
f97cdf2ad9
|
Release 0.5.0-rc.1
http-api-bindings@0.5.0-rc.1
llama-cpp-bindings@0.5.0-rc.1
tabby@0.5.0-rc.1
tabby-common@0.5.0-rc.1
tabby-download@0.5.0-rc.1
tabby-inference@0.5.0-rc.1
tabby-scheduler@0.5.0-rc.1
Generated by cargo-workspaces
|
2023-11-03 13:23:25 -07:00 |
Meng Zhang
|
01b95de8a1
|
fix: docker branch tag should only generate when not empty
|
2023-11-03 13:23:02 -07:00 |
Meng Zhang
|
a0a970b939
|
fix: docker branch tag should only generate when not empty
|
2023-11-03 13:20:41 -07:00 |
Meng Zhang
|
61605ca553
|
Release 0.5.0-rc.0
http-api-bindings@0.5.0-rc.0
llama-cpp-bindings@0.5.0-rc.0
tabby@0.5.0-rc.0
tabby-common@0.5.0-rc.0
tabby-download@0.5.0-rc.0
tabby-inference@0.5.0-rc.0
tabby-scheduler@0.5.0-rc.0
Generated by cargo-workspaces
|
2023-11-03 11:35:26 -07:00 |
Meng Zhang
|
e4efcc4091
|
fix: avoid special keywords (e.g AND) failed the query parsing (#695)
|
2023-11-03 01:13:28 +00:00 |
Meng Zhang
|
2adcc0726c
|
feat: support prefix query on name field (#694)
* feat: support prefix phase query on name field
* update changelog
|
2023-11-03 01:04:33 +00:00 |