2792 Commits

Author SHA1 Message Date
Arista Indrajaya
c1781c0be8 docs: fix broken link by redirecting to the right paths 2024-03-15 15:56:26 +07:00
Henry
57de5957cd
docs: add about/faq (#2329)
docs: add about/faq
2024-03-15 14:41:52 +09:00
hieu-jan
a571c8be28 docs: change order 2024-03-15 14:26:59 +09:00
hieu-jan
0a544a1ebb docs: update sidebar and faq 2024-03-15 14:16:01 +09:00
Henry
5afedef032
Merge branch 'dev' into eckartal-patch-1 2024-03-15 13:59:31 +09:00
Henry
35806f7fa5
docs: bump changelog v0.4.8
docs: bump changelog v0.4.8
2024-03-15 13:58:12 +09:00
eckartal
54425ef10f
Merge branch 'dev' into eckartal-patch-1 2024-03-15 07:09:59 +03:00
NamH
3e27e97110
fix: use model from model hub not load correct model in thread screen (#2368)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-03-15 10:33:59 +07:00
hieu-jan
b53541b2a4 chore: bump changelog sidebar 2024-03-15 09:11:16 +09:00
hieu-jan
a91a95cdd7 docs: bump changelog v0.4.8 2024-03-15 08:47:52 +09:00
eckartal
9181ec1f38
Rename docs/docs/faq.md to docs/docs/about/faq.md
Moved under /about
2024-03-14 20:46:16 +03:00
eckartal
da9b9c60c7
Update faq.md
- Added new questions
- Updated some answers
2024-03-14 20:35:20 +03:00
Louis
58e12f35c9
fix: wrong engine handling (#2363) 2024-03-14 23:59:42 +07:00
Service Account
e40d0481b7 janhq/jan: Update README.md with nightly build artifact URL 2024-03-14 16:28:47 +00:00
Louis
758afdbeb4
fix: incompatible GPU error message (#2357)
* fix: incompatible GPU error message

* fix: change port
2024-03-14 22:11:55 +07:00
Daniel
441af9dc05
Merge pull request #2353 from janhq/fix2345
docs: trt-llm extension guides
2024-03-14 21:35:29 +07:00
Daniel
768637712f
Merge branch 'dev' into fix2345 2024-03-14 21:34:09 +07:00
Nicole Zhu
4b6f218639 docs: nits 2024-03-14 21:45:31 +08:00
Nicole Zhu
70fc24f6f1 docs: nits 2024-03-14 21:12:16 +08:00
Nicole Zhu
1fe3dff875 docs: update slugs again 2024-03-14 21:08:50 +08:00
Service Account
ab73941d42 janhq/jan: Update README.md with nightly build artifact URL 2024-03-14 12:55:07 +00:00
Nicole Zhu
b4eff9a108 docs: fix slugs 2024-03-14 20:55:03 +08:00
Nicole Zhu
f878555598 docs: trt-llm extension guides 2024-03-14 20:30:37 +08:00
Louis
0415786e20
fix: app does not recognize GPU first launch (#2350) 2024-03-14 19:28:38 +07:00
Louis
aab8ee84af
fix: disable rag & stream settings from tensorrt model.json (#2351) 2024-03-14 19:04:31 +07:00
Faisal Amir
8120ad2a03
fix: badge or progress tensorRtExtensionItem (#2349) 2024-03-14 18:37:54 +07:00
Henry
dd8990709d
Merge branch 'dev' into eckartal-patch-1 2024-03-14 20:25:22 +09:00
NamH
d9c3852997
fix: ts error when declar var in case (#2348)
Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
2024-03-14 17:16:14 +07:00
NamH
03a0978f53
fix: some costmetic issues: badges corner, recommended for tensorrt models(#2346)
Signed-off-by: hiro <hiro@jan.ai>
Co-authored-by: hiro <hiro@jan.ai>
2024-03-14 15:58:42 +07:00
Service Account
561b1dd94a janhq/jan: Update README.md with nightly build artifact URL 2024-03-14 07:27:24 +00:00
Louis
d85d02693b
feat: Nitro-Tensorrt-LLM Extension (#2280)
* feat: tensorrt-llm-extension

* fix: loading

* feat: add download tensorrt llm runner

Signed-off-by: James <james@jan.ai>

* feat: update to rollupjs instead of webpack for monitoring extension

Signed-off-by: James <james@jan.ai>

* feat: move update nvidia info to monitor extension

Signed-off-by: James <james@jan.ai>

* allow download tensorrt

Signed-off-by: James <james@jan.ai>

* update

Signed-off-by: James <james@jan.ai>

* allow download tensor rt based on gpu setting

Signed-off-by: James <james@jan.ai>

* update downloaded models

Signed-off-by: James <james@jan.ai>

* feat: add extension compatibility

* dynamic tensor rt engines

Signed-off-by: James <james@jan.ai>

* update models

Signed-off-by: James <james@jan.ai>

* chore: remove ts-ignore

* feat: getting installation state from extension

Signed-off-by: James <james@jan.ai>

* chore: adding type for decompress

Signed-off-by: James <james@jan.ai>

* feat: update according Louis's comment

Signed-off-by: James <james@jan.ai>

* feat: add progress for installing extension

Signed-off-by: James <james@jan.ai>

* chore: remove args from extension installation

* fix: model download does not work properly

* fix: do not allow user to stop tensorrtllm inference

* fix: extension installed style

* fix: download tensorrt does not update state

Signed-off-by: James <james@jan.ai>

* chore: replace int4 by fl16

* feat: modal for installing extension

Signed-off-by: James <james@jan.ai>

* fix: start download immediately after press install

Signed-off-by: James <james@jan.ai>

* fix: error switching between engines

* feat: rename inference provider to ai engine and refactor to core

* fix: missing ulid

* fix: core bundler

* feat: add cancel extension installing

Signed-off-by: James <james@jan.ai>

* remove mocking for mac

Signed-off-by: James <james@jan.ai>

* fix: show models only when extension is ready

* add tensorrt badge for model

Signed-off-by: James <james@jan.ai>

* fix: copy

* fix: add compatible check (#2342)

* fix: add compatible check

Signed-off-by: James <james@jan.ai>

* fix: copy

* fix: font

* fix: copy

* fix: broken monitoring extension

* chore: bump engine

* fix: copy

* fix: model copy

* fix: copy

* fix: model json

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: Louis <louis@jan.ai>

* fix: vulkan support

* fix: installation button padding

* fix: empty script

* fix: remove hard code string

---------

Signed-off-by: James <james@jan.ai>
Co-authored-by: James <james@jan.ai>
Co-authored-by: NamH <NamNh0122@gmail.com>
2024-03-14 14:07:22 +07:00
hiento09
24c6dd05be
Add icon file contain image size in file name to fix linux icon (#2344)
Co-authored-by: Hien To <tominhhien97@gmail.com>
2024-03-14 13:12:30 +07:00
Service Account
7048c85465 janhq/jan: Update README.md with nightly build artifact URL 2024-03-13 20:17:51 +00:00
Service Account
f1db7a4f86 janhq/jan: Update README.md with nightly build artifact URL 2024-03-13 09:31:13 +00:00
Louis
bff20ab87b
fix: put quick ask feature toggle under experimental feature (#2338) 2024-03-13 10:18:20 +07:00
Service Account
fb893b89f3 janhq/jan: Update README.md with nightly build artifact URL 2024-03-12 20:19:19 +00:00
Louis
e5369ed151
fix: do not migrate extensions from quick ask window (#2336) 2024-03-13 01:11:21 +07:00
Service Account
2082b81d64 janhq/jan: Update README.md with nightly build artifact URL 2024-03-12 13:40:59 +00:00
Henry
0747c15581
fix: not fetch existing changelog (#2330)
fix: not fetch existing changelog
2024-03-12 22:14:16 +09:00
Louis
af5bcea773
fix: gate quick ask with feature toggle (#2331) 2024-03-12 20:10:59 +07:00
hieu-jan
32b76499d9 fix: existing-changelog 2024-03-12 20:54:59 +09:00
eckartal
e073e43d19
Create faq.md 2024-03-12 13:39:53 +03:00
Louis
b9b421a495
fix: quick app bugs (#2327) 2024-03-12 17:25:50 +07:00
Henry
f4f1888468
docs: enhance autogenerate changelog configuration (#2289)
docs: enhance autogenerate changelog configuration
2024-03-12 17:06:39 +09:00
Henry
468322a4c6
docs: update website-docs content (#2287)
docs: update website-docs content
2024-03-12 17:01:43 +09:00
Henry
9dfb7a6ee3
docs: update slogan (#2282)
docs: update slogan
2024-03-12 15:08:04 +09:00
Faisal Amir
facfaa190a
feat: quick ask support darkmode (#2316) 2024-03-12 10:03:00 +07:00
Service Account
259698eaf7 janhq/jan: Update README.md with nightly build artifact URL 2024-03-12 02:36:22 +00:00
Louis
ad7e483df6
fix: jan app tray blocks app update (#2319) 2024-03-12 09:21:28 +07:00
Arista Indrajaya
c2c179338e
Merge branch 'dev' into docs-update-changelog-configuration 2024-03-12 09:10:51 +07:00