Commit Graph

379 Commits (9abf1a7521b687e9a8fc7b9be6674c80d00832e5)

Author SHA1 Message Date
Meng Zhang 9abf1a7521
fix: optional file should be put in cache key to avoid internet access when prefer_local_files = true (#241)
* feat: when file is 404, cache as NotFound

* explicitly mark optional file

* refactor
2023-06-15 04:13:52 +00:00
Meng Zhang cc760bc436
docs: add star history 2023-06-14 19:33:57 -07:00
Meng Zhang d572cf7d6d api: add user field in completion api 2023-06-14 10:50:03 -07:00
Meng Zhang a15ca5d0b0 fix: tabby playground url 2023-06-13 14:35:07 -07:00
Meng Zhang 93d5d8b297 docs: update website openapi.json 2023-06-13 13:13:03 -07:00
Meng Zhang b2734aed59 feat: returns more information in /v1/health 2023-06-13 13:11:20 -07:00
Meng Zhang df67b13639 feat: cleanup trainer with new data format 2023-06-13 12:48:27 -07:00
Meng Zhang 9c9e46c6f4 feat: support set compute_type through commandline arguments 2023-06-13 12:04:07 -07:00
Meng Zhang ba7e04d030 refactor: remove admin 2023-06-13 11:37:55 -07:00
Meng Zhang 5985d91782
fix: use int8_float16 to fix SantaCoder-1B (#237)
#236
2023-06-13 01:13:06 -07:00
Meng Zhang 2691b302f0 refactor: remove unused python code, move trainer to python/ 2023-06-12 16:21:01 -07:00
Meng Zhang 0f72788d82 refactor: remove unused code 2023-06-12 16:14:12 -07:00
Meng Zhang a8a145d9b3
feat: add metrics in dataset (#235) 2023-06-12 19:39:43 +00:00
Meng Zhang 2983f70d22
feat: build index from dataset (#234) 2023-06-12 19:21:27 +00:00
S.S 32c805c3be
Update 01-docker.mdx (#233) 2023-06-12 12:14:02 -07:00
Meng Zhang 9af6607f85
feat: add dataset building (#231)
* feat: build dataset in scheduler

* add file rotate
2023-06-12 15:19:43 +00:00
Meng Zhang 795c34e9c4 refactor: remove unused files 2023-06-12 06:46:35 -07:00
Meng Zhang 19053d6923
docs: Update 02-apple.md 2023-06-12 06:30:22 -07:00
Meng Zhang 5ab286814a chore: set push to true 2023-06-11 15:14:22 -07:00
Meng Zhang 3b7153ba23 docs: update website 2023-06-11 12:28:23 -07:00
Meng Zhang de546b03fe
feat: add otlp-endpoint for OpenTelemetry support [TAB-67] (#227)
* feat: add otlp-endpoint for OpenTelemetry support

* set default log level for axum tracing to INFO

* update build enviornment

* update
2023-06-10 22:46:25 -07:00
Meng Zhang 6180b32980
feat: add /v1/health (#226)
* feat: add /v1/health

* fix fmt
2023-06-10 22:37:42 -07:00
Meng Zhang 6718afbf67 fix: server should still support prompt only use case 2023-06-10 00:39:32 -07:00
Meng Zhang eecdde0269
fix: vocabulary.txt / shared_vocabulary.txt should be optional (#225) 2023-06-09 06:49:09 +00:00
Meng Zhang 6564cf7ef9 fix: tabby server url in website 2023-06-08 22:20:10 -07:00
Zhiming Ma c461e3ce12
feat: Update playground to support fim. (#223) 2023-06-08 20:36:46 -07:00
Zhiming Ma 4ea3298bc9
feat: Add agent completion post-process. (#221) 2023-06-08 10:19:10 -07:00
Meng Zhang 5870f8e868 docs: fix linebreak in playground 2023-06-08 00:36:15 -07:00
Meng Zhang eb756bdb4c docs: update playground default 2023-06-07 23:33:29 -07:00
Meng Zhang a441c9ef48
docs: Update README.md 2023-06-07 16:24:18 -07:00
Meng Zhang 3c591737e4
docs: Update README.md 2023-06-07 16:23:55 -07:00
Meng Zhang 1c2587b621 docs: add posthog 2023-06-07 13:29:10 -07:00
Meng Zhang 0353a2c681 docs: fix footer color 2023-06-07 13:12:51 -07:00
Meng Zhang fd2adcba8a
docs: add code playground (#220) 2023-06-07 13:05:47 -07:00
Meng Zhang e7f5d38389 docs: improve website 2023-06-07 11:47:26 -07:00
Meng Zhang 40460885b0 docs: improve website theming 2023-06-07 11:17:00 -07:00
Zhiming Ma 1eb22b9768
feat: vim update agent (#217)
* feat: vim plugin update agent.

* update readme.
2023-06-07 09:12:37 -07:00
Zhiming Ma 0528c36bac
fix: vim plugin inline completion display error if starts with newline. (#216) 2023-06-07 09:12:09 -07:00
Zhiming Ma c82cc38e9d
feat: Agent update backend FIM completion api. (#218) 2023-06-07 09:11:31 -07:00
Meng Zhang 1aaf29c968
docs: switch openapi docs (#215)
* update openapi

* update

* fix: shared_vocabulary is not a required file

* docs: improve docs
2023-06-07 01:58:05 -07:00
Meng Zhang 0c0eac5cf1
Update 02-apple.md (#214) 2023-06-06 19:54:50 -07:00
Meng Zhang ffe777e519 docs: improve 2023-06-06 19:53:40 -07:00
Meng Zhang 09cd8a38ed docs: add self hosting 2023-06-06 19:38:49 -07:00
Meng Zhang 700626ecdf docs: add self hosting docs 2023-06-06 19:34:47 -07:00
Meng Zhang 4cb672ec39
feat: improve error handling and messages [TAB-58] (#213)
* add fatal macro

* switch expect to fatal

* improve error handling of serve

* improve error handling on download module

* improve error handling in scheduler

* improve error handling

* fmt

* fmt
2023-06-07 02:02:58 +00:00
Meng Zhang c0106ad774 chore: make edit button go to edit directly 2023-06-06 16:57:03 -07:00
Meng Zhang 8da97f6e9c
docs: Update server.md 2023-06-06 16:52:35 -07:00
Meng Zhang b184fae2c9
chore: Update gh-pages.yml 2023-06-06 16:32:51 -07:00
Meng Zhang fd1baff8d5
feat: support stop sequences [TAB-52] (#212)
* refactor: pass step and string token to callback

* add token to callback

* add stop regexp

* implement stop words logic

* pass token_ids from inference

* improve effiency of regexp match with reversed regex

* fmt

* add typescript and javascript stop words

* add cache for stop words regexp
2023-06-06 23:28:58 +00:00
Meng Zhang 787e195359
chore: update gh-pages.yml 2023-06-06 16:25:08 -07:00