Usage
Description
Theupload command uploads the metadata (i.e., the header) of your encrypted model files to KoalaVault’s servers.
Important: After uploading metadata to KoalaVault, you must also create a model on Hugging Face, upload the complete encrypted model files, and then update the KoalaVault model page with the Hugging Face URL. You can use the
koava push command to do this complete workflow in one step.koava push command is recommended as it handles create, encrypt, and upload in one step.
Examples
Advanced
Arguments
MODEL_PATH
Directory containing encrypted model files (required).Options
—name, -n
Model name on KoalaVault (must match the model name on KoalaVault, defaults to directory name).The model name must also match the model name specified when encrypting the model files.KoalaVault will failed when veriying the encryption and signing keys, leading to rejection of the upload.
—force, -f
When the model files have already been uploaded to KoalaVault, this option allows you to overwrite the existing files without errors.Related Commands
- koava create - Create model on KoalaVault
- koava encrypt - Encrypt model files
- koava push - Complete workflow (create + encrypt + upload)