Denis Mazur

Results 5 issues of Denis Mazur

Currently, the daemon sends a status message to the client after a persistent connection to it is openned. This is a no-op, as the status message is either "ok" or...

enhancement
good first issue
p2p

# 🌟 New model addition ## Model description This is a version of EleutherAI's GPT-J with 6 billion parameters that is modified so you can generate and fine-tune the model...

New model
Quantization

We want to set up our custom network so that machines under NAT can still connect to each other. We tried providing our bootstrap nodes, but they didn't return the...

This PR is meant to implement direct server-to-server communication via push messages, similar to ones in rpc_inference. Note 2 self: minimal testing scenario Run a server ```bash python -m petals.cli.run_server...