xiaofei
xiaofei
I implemented tree-view with two solutions. - The first solution is to implement a tree-view ui in helix https://github.com/hbuxiaofei/helix/commits/tree-view  You can directly download the compiled binary program: https://github.com/hbuxiaofei/helixll/releases/download/v0.3.0/helix-24.03-x86_64-linux.tar.gz key...
> @hbuxiaofei Could you please try whether this PR fixes #530 for you? Yes, this patch does work, but it needs to add the `ModifyKind::Metadata` and `ModifyKind::Name` events to work...
> Thanks for testing! > > > And there are some small problems, some warning logs will appear. > > Hmm, this warning indicates that the re-watching failed, so subsequent...
> Could you post the relevant parts of your vim config. I'm trying to reproduce this, but I keep getting normal `Modify` events. > > > After adding the ModifyKind::Metadata...
I'd like to know the answer to that, too.
I run the two server nodes : ``` ./rpc-server -H 192.168.163.131 -p 50020 ./rpc-server -H 192.168.163.136 -p 50021 ``` and client: ``` ./llama-cli -m ../tinyllama-15M-alpaca-finetuned.Q4_K_M.gguf --rpc 192.168.163.131:50020,192.168.163.136:50021 -ngl 99 --repeat-penalty...
> [@hbuxiaofei](https://github.com/hbuxiaofei) Does it work without RPC? Try with only 2 layers first `-ngl 2`. The repeated message `Null buffer for tensor passed to init_tensor function` indicates a problem with...