You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
petals/src/petals
justheuristic ac9b546706
[Refactor] extract block forward, backward and inference into a separate file (#435)
This PR does not change any functionality. It merely moves stuff around.
List of changes:

handler.py/_rpc_forward became block_methods/rpc_forward
handler.py/_rpc_backward became block_methods/rpc_backward
the math bits of rpc_inference were extracted into block_methods/iterate_rpc_inference

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: artek0chumak <artek.chumak@gmail.com>
Co-authored-by: Aleksandr Borzunov <borzunov.alexander@gmail.com>
10 months ago
..
cli Update --update_period and --expiration defaults (#410) 11 months ago
client Penalize servers that use relays during rebalancing (#428) 10 months ago
models Support Llama 2 (#379) 11 months ago
server [Refactor] extract block forward, backward and inference into a separate file (#435) 10 months ago
utils Fix petals.utils.ping for servers with client-mode DHT (#430) 10 months ago
__init__.py Fix petals.utils.ping for servers with client-mode DHT (#430) 10 months ago
constants.py Update to petals.dev (#390) 11 months ago
data_structures.py Support Llama 2 (#379) 11 months ago
dht_utils.py Share more info about a server in DHT (#355) 11 months ago