Ofey Chan
Ofey Chan
If proper, I could make similar change to remaining `tensor_parallel_*.py`.
> When someone has "read through" a particular source file and added created subitems for any interesting gaps, they should check it off on the list below and add links...
I've made a PR for multi-line support #161. Basic feature is usable.
All commands become multiline quoted string. Test command: ```bash $ ./pet new Command> echo "hello" Description> Test single lined new $ ./pet new -m Command> for i in 1 2...
> I checked out your code and tried it. While I like the idea, the makeshift multiline editor is not easy to use. Why not calling `$EDITOR` for editing multi...
Hi @SMesForoush ! Thank you for your feature request! We are thinking over your idea, and would you bother telling us something about your usage scenario? It helps a lot.
Hi Azilly! Thank you for the feedback. Currently Colossal-AI support pytorch 1.10, 1.11 and 1.12. [Supported Pytorch Version](https://colossalai.org/download). Supporting pytorch 1.8 is not on our roadmap. Sorry for any inconvenience,...
> Hi Azilly! Thank you for the feedback. > > Currently Colossal-AI support pytorch 1.10, 1.11 and 1.12. [Supported Pytorch Version](https://colossalai.org/download). > > Supporting pytorch 1.8 is not on our...
Well, maybe add this bash snippet in your `bashrc` can help you? It can paste command to termnal prompt instead of instant execution. Works for me. ```bash pet-select () {...
I'm not a maintainer. I just start using it in a few days. In this video I double hited ctrl-x, to call the pet-select function. Directly called pet-select is useless......