Upload Adapter
-
Check Adapter name available or not
To check adapter name is available or not use command :
Usage - initz check adapter --name=<lora-adapter-name>
Flags
--name
- Indicates the name of the LoRA adapter.
- required
- Shorthand :
n
-
Upload Adapter
To upload an adapter use command :
initz import adapter --name=<adapter-name> --repository=<huggingface-repository> --token=<huggingface-token> --source=<source>
Flags
--name
- Indicates the name of the LoRA adapter.
- required
- Shorthand :
n
--repository
- Indicates the Hugging Face Repository.
- required
--token
- Indicates the Hugging face token.
- required
--source
- Indicates the source of the repository.
- Optional
- Default : huggingFace
- Possible values : huggingFace
-
List of All Adapters
To get the list of adapters use command :
initz get adapter
-
Describe Adapter
To describe an adapter use command :
initz describe adapter --name=<adapter-name>
Flags
--name
- Indicates the name of the LoRA adapter.
- required
- Shorthand :
n
-
Delete an Adapter
To Delete an adapter use command :
initz delete adapter --name=<lora-adapter-name>
Flags
--name
- Indicates the name of the LoRA adapter.
- required
- Shorthand :
n