Viewing a single comment thread. View all comments

_Arsenie_Boca_ t1_j03flw7 wrote

Fascinating! I wonder what google has to say about colab being used that way

3

ReginaldIII t1_j04yp5d wrote

They banned a lot of people that were running BOINC nodes in their colab sessions.

That sort of work sharing is pretty much in the same spirit as this.

5

hx-zero OP t1_j05i3j5 wrote

A Petals client does not allow others to use your GPU by default, you need to explicitly run a Petals server (a separate program) for this.

In the Colab example, we only run the client, so its GPU can't be used by anyone besides the user directly running the notebook.

3

ReginaldIII t1_j06l171 wrote

Sorry this is what I meant. I assumed OP was asking about running workers on colab.

Running the client would of course be no different than running anything that needs to draw in assets from the network.

2