Xie Zejian
Xie Zejian
Debugging code for parallel training is very painful, and it would be very appealing to be able to do it in a notebook. The most relevant thing I found is...
I have taken the initiative to develop a project aimed at building a transparent, democratic, and reproducible framework for LLM evaluation, which can be found here https://huggingface.co/spaces/SUSTech/llm-evaluate/. The goal is...
### Hyprland Version System/Version info ```sh Hyprland, built from branch main at commit 063708df26e8b930f492200e1907eb47950f50e6 dirty (config: improve config value infrastructure). Date: Mon Mar 4 02:41:38 2024 Tag: v0.36.0-43-g063708df flags: (if...
Segmentation fault after "mount -t binder binder /dev/binderfs" Here is the coredump info ``` PID: 80230 (sudo) UID: 1000 (rok) GID: 0 (root) Signal: 11 (SEGV) Timestamp: Mon 2022-11-21 16:22:54...
### Version confirmation - [X] Confirm ### Following prerequisites - [X] Confirm ### Neovim version NVIM v0.10.0-dev-546+g3bf887f6e0 ### Operating system/version Arch ### Terminal name/version alacritty ### $TERM environment variable _No...
I found this plugin is extremely useful! But is it possible to overwrite the bultin `:vsplit` to `FocusSplittNicely`? I can simply change my behavior but there is many plugin will...
I'm using marksman in neovim with mason, it works good on `markdown` filetype, but If I set it to other filetype like ``` filetypes = { "markdown","quarto", "qmd" }, ```...
I still face the problem mentioned at https://github.com/joshgoebel/keyszer/issues/137#issuecomment-1454681938. So open a issue to track this
Don't know why, but It makes keyboard unusable with latest systemd version, can confirm systemd 252.4 works fine. This also happens in xkeysnail.
I can not run the following example code in notebook 6.5.4 ```python import solara # Declare reactive variables at the top level. Components using these variables # will be re-executed...