Commit 1d75966
authored
v0.1.8 (#59)
* fixed url opening through markdown
* added system prompt editor
* added auto scroll
* fixed height model variant scroll
* added model size in gb
* added status bar footer
* fix layout to add scrollbar in chat window
* added /completion endpoint
* added multi model and smart memory approximator
* added threadpool to model manager and fixed gpu memory usage
* use vulkan backend detector
* fixed gpu vram monitoring to use directx
* fixed crashed on multimodel by threadpool
* update nsis installer1 parent b5198b4 commit 1d75966
59 files changed
Lines changed: 4388 additions & 1364 deletions
File tree
- external/genta-personal
- bin
- include
- include
- model
- ui
- chat
- server
- window
- installer
- models
- server-test/python
- source
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
| |||
112 | 105 | | |
113 | 106 | | |
114 | 107 | | |
115 | | - | |
116 | 108 | | |
117 | 109 | | |
118 | 110 | | |
| |||
131 | 123 | | |
132 | 124 | | |
133 | 125 | | |
134 | | - | |
135 | 126 | | |
136 | 127 | | |
137 | 128 | | |
| |||
153 | 144 | | |
154 | 145 | | |
155 | 146 | | |
156 | | - | |
157 | 147 | | |
158 | 148 | | |
159 | 149 | | |
160 | 150 | | |
161 | | - | |
| 151 | + | |
162 | 152 | | |
163 | 153 | | |
164 | 154 | | |
| |||
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| 136 | + | |
135 | 137 | | |
0 commit comments