▲ | danielhanchen 3 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
As an update, I pushed https://github.com/unslothai/unsloth-zoo/commit/ae675a0a2d20... (1) Removed and disabled sudo (2) Installing via apt-get will ask user's input() for permission (3) Added an error if failed llama.cpp and provides instructions to manual compile llama.cpp | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | mFixman 3 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Maybe it's a personal preference, but I don't want external programs to ever touch my package manager, even with permission. Besides, this will fail loudly for systems that don't use `apt-get`. I would just ask the user to install the package, and _maybe_ show the command line to install it (but never run it). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|