kuvaus
|
4f021ebcbb
|
gpt4all-backend: Add MSVC support to backend (#595)
* Add MSVC compatibility
* Add _MSC_VER macro
---------
Co-authored-by: kuvaus <kuvaus@users.noreply.github.com>
|
2023-05-16 11:35:33 -04:00 |
|
Aaron Miller
|
9aaa355d41
|
backend: dedupe tokenizing code in mpt/gptj
|
2023-05-16 10:30:19 -04:00 |
|
Aaron Miller
|
fc2869f0b7
|
backend: dedupe tokenizing code in gptj/mpt
|
2023-05-16 10:30:19 -04:00 |
|
Aaron Miller
|
16b7bf01a8
|
backend: make initial buf_size const in model impls
more unifying mpt and gptj code - this one's never written so also
changing the name to be clearer
|
2023-05-16 10:30:19 -04:00 |
|
Aaron Miller
|
0c9b7a6ae8
|
mpt: use buf in model struct (thread safety)
|
2023-05-16 10:30:19 -04:00 |
|
Adam Treat
|
8e7b96bd92
|
Move the llmodel C API to new top-level directory and version it.
|
2023-05-10 11:46:40 -04:00 |
|