Deploy a LoRA
Deploy a LoRA
Make a new deployment to the LoRA, if it does not already exist, a new LoRA will be created.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Full name of the model. For Hugging Face model, use the Hugging Face repository id as the name.
"IlyaGusev/saiga_mistral_7b_lora"
Source of the model, currently only HF_HUB (Hugging Face hub) is supported.
HF_HUB
Hugging Face repository revision, valid for Hugging Face models only.
"c1b0db933684edbfe29a06fa47eb19cc48025e93"
Hugging Face access token (https://huggingface.co/docs/hub/en/security-tokens), useful when the model repository is private.
"hf_**********************************"
Name of the LoRA, used as the unique identifier, if not provided, it will be the same as the "model_name"
"custom_mistral_7b_lora"