josc146
|
5f94d86558
|
add better custom tokenizer support and tokenizer-midipiano.json
|
2024-02-03 13:04:13 +08:00 |
|
josc146
|
947e127e34
|
improve path processing
|
2024-02-02 22:00:01 +08:00 |
|
josc146
|
16b636ef83
|
add EOS state cache point
|
2024-01-31 21:33:27 +08:00 |
|
josc146
|
16079a3cba
|
abc music inference support
|
2024-01-05 12:44:44 +08:00 |
|
josc146
|
b7f4dd835e
|
chore
|
2023-12-29 00:38:33 +08:00 |
|
josc146
|
7e2380e4ed
|
fix body.state
|
2023-12-28 23:53:58 +08:00 |
|
josc146
|
7f3cfd54b0
|
improve state cache performance
|
2023-12-28 22:15:31 +08:00 |
|
josc146
|
e083f2c629
|
webgpu(python) state cache
|
2023-12-28 20:43:57 +08:00 |
|
josc146
|
e33858f110
|
improve memory usage and speed of convert_safetensors.py
|
2023-12-26 23:50:51 +08:00 |
|
josc146
|
8ca920a114
|
release v1.6.6
|
2023-12-25 21:02:26 +08:00 |
|
josc146
|
a38d5c3a25
|
enable web-rwkv-py turbo
|
2023-12-25 20:34:35 +08:00 |
|
josc146
|
a116eff7df
|
webgpu max_buffer_size
|
2023-12-25 18:08:13 +08:00 |
|
josc146
|
512c4d0f73
|
improve role-playing effect
|
2023-12-22 10:51:09 +08:00 |
|
josc146
|
8a3905c09a
|
reduce precompiled web_rwkv_py size
|
2023-12-15 16:26:01 +08:00 |
|
josc146
|
f7494b0cfb
|
update midi_filter_config.json
|
2023-12-14 21:18:48 +08:00 |
|
josc146
|
18d4b2304e
|
WebGPU (Python) strategy
|
2023-12-14 20:39:42 +08:00 |
|
josc146
|
46e9a2f5b2
|
add precompiled web_rwkv_py
|
2023-12-14 18:42:00 +08:00 |
|
josc146
|
0ddd2e9fea
|
add WebGPU Python Mode (https://github.com/cryscan/web-rwkv-py)
|
2023-12-14 18:37:07 +08:00 |
|
josc146
|
e0bf44d82f
|
bump MIDI-LLM-tokenizer (fix note off)
|
2023-12-14 13:33:27 +08:00 |
|
josc146
|
82c9825da8
|
rwkv.cpp python38 compatibility
|
2023-12-12 23:19:18 +08:00 |
|
josc146
|
26b30f0dbe
|
add load failed traceback
|
2023-12-12 23:16:48 +08:00 |
|
josc146
|
b14fbc29b7
|
rwkv.cpp(ggml) support
|
2023-12-12 20:29:55 +08:00 |
|
josc146
|
9b7b651ef9
|
feat: import midi file
|
2023-12-10 22:38:31 +08:00 |
|
josc146
|
d9e25ad69f
|
better state cache
|
2023-12-08 15:28:33 +08:00 |
|
josc146
|
c853c5b60b
|
chore
|
2023-12-06 23:09:39 +08:00 |
|
josc146
|
053a08f5b7
|
update convert_safetensors.py
|
2023-12-06 23:08:40 +08:00 |
|
josc146
|
861e245062
|
RWKV_RESCALE_LAYER 999 for music model
|
2023-12-04 17:51:21 +08:00 |
|
josc146
|
0063c171f3
|
upgrade to rwkv 0.8.22 (rwkv6 support)
|
2023-11-24 17:55:16 +08:00 |
|
josc146
|
dbf0dccc9d
|
add tokenizer(/switch-model) to /docs
|
2023-11-20 20:11:45 +08:00 |
|
josc146
|
c8470e77fd
|
fix state_cache of deploy mode
|
2023-11-17 21:32:11 +08:00 |
|
josc146
|
9ede7d7c6d
|
strict default_stop
|
2023-11-17 21:18:52 +08:00 |
|
josc146
|
7235e1067b
|
add deployment mode. If /switch-model with deploy: true , will disable /switch-model, /exit and other dangerous APIs (state cache APIs, part of midi APIs)
|
2023-11-08 23:29:42 +08:00 |
|
josc146
|
d249a4c29a
|
print error.txt
|
2023-11-08 22:57:38 +08:00 |
|
josc146
|
cfa3669f6f
|
fix /docs default api params (Pydantic v2)
|
2023-11-07 22:53:11 +08:00 |
|
josc146
|
db6fbe8366
|
add python webui server
|
2023-11-07 22:22:29 +08:00 |
|
josc146
|
64826b9af7
|
fix log encoding error
|
2023-11-05 21:00:31 +08:00 |
|
josc146
|
47b0c35441
|
update ngrok_connect
|
2023-11-04 20:22:28 +08:00 |
|
josc146
|
1dcda47013
|
improve startup process
|
2023-11-04 20:21:55 +08:00 |
|
josc146
|
1f81a1e5a8
|
upgrade to rwkv 0.8.20
|
2023-11-03 23:27:14 +08:00 |
|
josc146
|
14b90bb36b
|
improve dml mode performance (20% faster, https://github.com/BlinkDL/ChatRWKV/pull/181)
|
2023-10-30 20:24:57 +08:00 |
|
josc146
|
f86b7f1f08
|
python38 compatibility
|
2023-10-29 14:11:11 +08:00 |
|
josc146
|
ff7306349a
|
improve memory usage of state cache
|
2023-10-28 23:04:49 +08:00 |
|
josc146
|
c87de93498
|
allow conversation with some document (.pdf, .txt)
|
2023-10-27 11:36:29 +08:00 |
|
josc146
|
faf1852012
|
update stop strategy
|
2023-10-26 17:47:40 +08:00 |
|
josc146
|
43cfab5d4b
|
change default World series prefix to User/Assistant
|
2023-10-26 16:58:53 +08:00 |
|
josc146
|
627a20936d
|
RWKVType now no longer relies on the file name
|
2023-10-26 16:55:33 +08:00 |
|
josc146
|
d7ba88953d
|
chore
|
2023-10-25 22:53:14 +08:00 |
|
josc146
|
30e1c3171e
|
update kernel (CUDA Compute Capability 5.3)
|
2023-10-25 22:53:14 +08:00 |
|
josc146
|
1f058b16ac
|
update kernel (CUDA Compute Capability 6.1, Previously 7.5)
|
2023-10-25 22:53:13 +08:00 |
|
josc146
|
4a192f4057
|
upgrade to webgpu 0.2.2 (https://github.com/josStorer/ai00_rwkv_server)
|
2023-10-25 21:02:44 +08:00 |
|