To use the SDK through a proxy (e.g., internal environments), make sure to configure one of the proxy environment variables (HTTP_PROXY or HTTPS_PROXY) in addition to the variables above.
export HTTP_PROXY=
export HTTPS_PROXY=
Step 3: Upload model version
model_space model upload --model-id {{model_id}} --version-id {{version_id}} --path
Optional parameters
-include:
Include only files that match the given regex patterns. Commas should separate multiple patterns ,.
-exclude:
Exclude files that match the given regex patterns. You can also use commas , to separate multiple patterns.
2. Download Files
Choose your model version: Choose your model version: You will see list model versions of your private model and need to choose one to download files
To use the SDK through a proxy (e.g., internal environments), make sure to configure one of the proxy environment variables (HTTP_PROXY or HTTPS_PROXY) in addition to the variables above.
Step 3: Download model version
Optional parameters
-include:
Include only files that match the given regex patterns. Multiple patterns should be separated by commas ,.
-exclude:
Exclude files that match the given regex patterns. You can also use commas , to separate multiple patterns.
3. Delete File
Purpose: Delete the files associated with a version.
To delete files, follow these steps:
Step 1: Click on a model to view its details > Select the File Browser tab.
Step 2: Click the three dots in the Action column > Select Delete
Step 3: A confirmation dialog will appear. To confirm deletion, type "delete" into the text box. The Delete button will be enabled once the text is entered.
Step 4: To delete, click the Confirm button. To cancel the action, click Cancel.