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/client
Alexander Borzunov 2a150770a4
Prefer longer servers for fine-tuning, exclude unreachable (#448)
We choose longer servers to minimize the number of hops but leave some randomization to distribute the load. We also exclude servers known to be unreachable.
10 months ago
..
routing Prefer longer servers for fine-tuning, exclude unreachable (#448) 10 months ago
__init__.py Add LLaMA support (#323) 11 months ago
from_pretrained.py Add LLaMA support (#323) 11 months ago
inference_session.py Add connect_timeout (#423) 10 months ago
lm_head.py Fix llama's lm_head.weight.requires_grad (#330) 11 months ago
ptune.py Fix llama's lm_head.weight.requires_grad (#330) 11 months ago
remote_forward_backward.py Add connect_timeout (#423) 10 months ago
remote_generation.py Raise error for unexpected .generate() kwargs (#315) 1 year ago
remote_sequential.py Support peft LoRA adapters (#335) 11 months ago
sequential_autograd.py Add connect_timeout (#423) 10 months ago