Hacker News new | ask | show | jobs
by progman32 1197 days ago
Reading the patch: https://github.com/facebookresearch/llama/compare/main...mar...

Looks like this is just tweaking some defaults and commenting out some code that enables cuda. It also switches to something called gloo, which I'm not familiar with. Seems like an alternate backend.

2 comments

you don't actually need to switch to gloo, I just have no idea what I'm doing.
Lol, all my best work has been when I don’t know what I’m doing and it’s refreshing to see someone moving the ball forward and feeling the same way. Kudos
Gloo is a communication protocol for distributed computation (think along the lines of MPI)