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/utils
Artem Chumachenko b9f0a5467f
Support peft LoRA adapters (#335)
Implement an option to deploy PEFT adapters to a server. Clients can set active_adapter=... to use these adapters.

---------

Co-authored-by: Aleksandr Borzunov <borzunov.alexander@gmail.com>
Co-authored-by: justheuristic <justheuristic@gmail.com>
11 months ago
..
__init__.py Add AutoDistributed{Model, ModelForCausalLM, ModelForSequenceClassification} (#329) 11 months ago
asyncio.py Shield alloc & free from cancellation (#163) 1 year ago
auto_config.py Add AutoDistributed{Model, ModelForCausalLM, ModelForSequenceClassification} (#329) 11 months ago
convert_block.py Support peft LoRA adapters (#335) 11 months ago
disk_cache.py Allow free_disk_space_for() remove arbitrary files from Petals cache (#339) 11 months ago
generation_algorithms.py Remove unused imports and attributes (#324) 12 months ago
generation_constraints.py Fix typos with codespell (#126) 2 years ago
logging.py Remove unused imports and attributes (#324) 12 months ago
misc.py Support peft LoRA adapters (#335) 11 months ago
peft.py Support peft LoRA adapters (#335) 11 months ago
version.py Add LLaMA support (#323) 11 months ago