bigeagle
bigeagle
Hi @conglongli, this PR does not use deepspeed-chat framework. I think it's a bit confusing that this repo is named as `deepspeed-examples`, instead of `deepspeed-chat`, especially to those who are...
> How would you then load the finetuned weights on top of the llama model? step1. load the orignal llama model and load the original weights step2. use `peft` to...
Single-assignment is easy in current implementation.
Hi youngcow, It should make more sense if you put up an example. Cheers,
Hi @youngcow, Many web frameworks has a "panic recovery" middleware, such as https://github.com/gin-gonic/gin/blob/develop/recovery.go#L25 maybe we can add this middleware to ldapserver. Cheers,
Hi there, I've tested and verified this. Let's take an example. Run the example complex server: ``` sh cd examples/complex go run main.go ``` Run a python script: ``` python...
Middleware is good, we can use middleware to implement ACLs.
``` cd $HOME git clone --recursive https://github.com/bigeagle/neovim-config.git .nvim ln -s .nvim/nvimrc .nvimrc cd .nvim ``` 部分插件,比如 `YouCompleteMe` 需要编译,`colorpicker` 需要编译并把二进制文件放到 `$PATH` 里。 部分插件有依赖关系,比如`clang`,`ctags`什么的。
neovim's python interface is implemented via msgpack-rpc, the python stuff need python-neovim, just `sudo pip2 install neovim`
I created soft link from `~/.nvim` to `~/work/neovim-config`. I should have written this in README.md