Tom Churchman
Tom Churchman
I had the same issue with `training/train_birdview.py` (I have not tested the other training phases yet). I was able to run with a minibatch size of 128. Delving deeper into...
@Kin-Zhang If you apply this PR you can run at 2x greater batch size: #19.
Thank you for the info! I'd be happy to merge a pull request and deploy a new version, but won't be working on patching the save format myself.
Fixed by #21
@erw7 is right. The relevant code for handling of `%p1%s` is here https://github.com/mauke/unibilium/blob/e3b16d6219ca1cb92d98b1d9cc416b49a3ac468e/unibilium.c#L1228-L1242. Neovim sets numeric params and so `%p1` pushes a numeric param. The `%s` pops a string param....
Need to take a look at the CI failures.
Took some time to look into terminfo/tic/unibilium. The CI failure was due to the failing platforms' tests including terminfo files with explicitly cancelled `Cs` capabilities. Apparently cancelled terminal capabilities remain...
Windows CI failure is unrelated.
Not encountering this issue on `nixos-unstable`, current Neovim master `NVIM v0.9.0-dev`, `$TERM=alacritty`. Either it's fixed, or it's related to wezterm. You can try `v0.9.0-dev` on a flakes-enabled NixOS by running...
@nullishamy > Do you have docs for building a debug binary with nix in case the unstable build doesn't fix it. The following runs a debug build for Neovim 0.8...