OpenAgentsInc / workerbee

GPUtopia worker process for client machine
GNU Affero General Public License v3.0
18 stars 8 forks source link

Change fine-tune to use lamma-cpp, after getting llama-cpp to use the GPU for fine tuning #15

Open earonesty opened 1 year ago

earonesty commented 1 year ago

this is a big task, but it's important.

pytorch ecosystem is "dependency hell" at best, and rarely works well on other platforms besides linux, especially for tasks with many deps like peft, bitsandbytes

llama cpp ecosystem uses CMAKE and is easy to get to work with linux, windows, max, and even WASM!

we're using pytorch for fine tuning only because llama-cpp doesn't support GPU

the same will apply to stable-diffusion too!

this ticket is for