Kurama

Results 8 comments of Kurama

I'm not sure if this is a bug. Maybe it’s the cumulative error caused by floating point operations, maybe there’s some difference between micro batch gradient update and mini batch.

> 解决了吗 目前我还没有得到回复,我推测是浮点数精度误差累积的问题,但是我也不完全确定

dear ArthurSonzogni, I have made some new progress now, I pretended to be a tty to obtain the shell output with color, ftxui just needs to be displayed like a...

Default mappings ( https://github.com/ur4ltz/surround.nvim/blob/master/lua/surround/init.lua ): ```lua if vim.g.surround_mappings_style == "sandwich" then map("n", vim.g.surround_prefix .. vim.g.surround_prefix, "SurroundRepeat") map("x", vim.g.surround_prefix, "SurroundAddVisual") map("n", vim.g.surround_prefix .. "a", "SurroundAddNormal") map("n", vim.g.surround_prefix .. "d", "SurroundDelete") map("n",...

Why not try to make this kind of tui interface, it looks more concise. ![chat](https://github.com/Kurama622/screenshot/raw/master/llm/llm-chat-compress.png)

TUI library: `MunifTanjim/nui.nvim`, This is a great library. screenshot: https://github.com/Kurama622/llm.nvim

Looking forward to this feature.

Error in CI phase (Setup lua) This doesn't seem to be an issue with my code.