DevKiD

Results 21 comments of DevKiD

Here are two solution proposals. The first may be much completer than the second. Also the second is much easier to implement than the first but the performance boost should...

The first also needs a scheduler to keep track of processes. The second is much more straightforward.

https://github.com/user-attachments/assets/4e9aceda-2790-4619-bf37-e69771ca703a After watching the video I made accidentally, I can confirm that it is the sum of download progress.

I found a second bug. The displaying of the device graph below the downloading progress is not rendered correctly.

I also add Tailscale Prefix support. Now it should also search for device with 100.x.x.x.

The #961 has some major issues. Although code is rewritten, the bug is still there. Preventing an overflow is not the correct solution. It needs to be averaged and not...

Latency is often under 100ms (for me). TP (Tensor Parallelism) shouldn't be affected by high latency. Also latency tests can be done on the device to create optimal routes for...

Why is TP affected by high latency? According to my knowledge TP computes the layers horizontally. After one layer calculation is needed for next layer (matrix mul). Using Tailscalr correctly...