"docs/git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "e3e1dba2c88ebb2663ec708fdc17311a23083717"
Fix embeddings memory corruption (#6467)
* Fix embeddings memory corruption The patch was leading to a buffer overrun corruption. Once removed though, parallism in server.cpp lead to hitting an assert due to slot/seq IDs being >= token count. To work around this, only use slot 0 for embeddings. * Fix embed integration test assumption The token eval count has changed with recent llama.cpp bumps (0.3.5+)
Showing
Please register or sign in to comment