Commit Graph

6 Commits

Author SHA1 Message Date
Oleksandr Kuvshynov 228b1bd487
Update README.md 2024-05-27 09:49:55 -07:00
Oleksandr Kuvshynov 1d6d9497a8 readme 2024-05-27 12:36:57 -04:00
Oleksandr Kuvshynov 83aabb3fb7 readme 2024-05-24 23:56:48 -04:00
Oleksandr Kuvshynov 66982abcb1 fixes 2024-05-24 12:22:59 -04:00
Oleksandr Kuvshynov eecdd3b0ce duo: first ~working option 2024-05-22 23:02:31 -04:00
Oleksandr Kuvshynov d52d193e58 duo v0
setting up RPC + callback on each split completion

1. start rpc server on local instance on two different ports with 5GB
   allocated each.
2. set up another callback on completion of a split. This seems cleaner
   than trying to second-guess which tensor is the boundary of a split.
3. run it with 8B model @ 4bit, observe split_done captured at a reasonable place.

Next step - bring back linear speculation and start speculating on another remote
   instances.
2024-05-21 16:11:30 -04:00