Software requirements
| Requirements | Minimum version | Purpose |
|---|---|---|
| Python | 3.6 | Provides the runtime environment for the utility. |
| pip | Latest version | Installs Python packages. |
| kubectl | Latest version | Communicates with Kubernetes. |
| Kubernetes access | Active | Target environment for model storage. |
Storage requirements
| Requirements | Details |
|---|---|
| Model size | Example model size is approximately 57 GB. |
| Free disk space | At least 1.5× the model size. |
| Space validation | Utility validates available space before downloading. |
Kubernetes requirements
| Requirements | Details |
|---|---|
| kubectl configuration | kubectl is configured for the correct cluster. |
| PVC access | Target PVC is bound and accessible. |
| Namespace permissions | You can create and delete temporary pods in the target namespace. |