| | |
| | |
| |
|
| | |
| | repositories: |
| | artifacts: |
| | url: "https://xet.example.com/adaptai/artifacts" |
| | description: "Primary artifact storage for models, checkpoints, and experiments" |
| | mount_path: "/mnt/xet/artifacts" |
| | |
| | datasets: |
| | url: "https://xet.example.com/adaptai/datasets" |
| | description: "Dataset storage for training and evaluation data" |
| | mount_path: "/mnt/xet/datasets" |
| | |
| | models: |
| | url: "https://xet.example.com/adaptai/models" |
| | description: "Model storage for trained models and checkpoints" |
| | mount_path: "/mnt/xet/models" |
| |
|
| | |
| | artifacts: |
| | |
| | retention_days: 90 |
| | auto_cleanup: true |
| | |
| | |
| | compression_level: 6 |
| | auto_compress: true |
| | |
| | |
| | checksum_verification: true |
| | checksum_algorithm: "blake3" |
| |
|
| | |
| | sync: |
| | |
| | interval: 3600 |
| | |
| | |
| | conflict_policy: "timestamp" |
| | |
| | |
| | max_bandwidth_mbps: 1000 |
| | |
| | |
| | max_retries: 3 |
| | retry_delay: 30 |
| |
|
| | |
| | security: |
| | |
| | auth_method: "token" |
| | token_env_var: "XET_AUTH_TOKEN" |
| | |
| | |
| | encryption_enabled: true |
| | encryption_method: "aes-256-gcm" |
| | |
| | |
| | read_only: false |
| |
|
| | |
| | monitoring: |
| | |
| | enable_metrics: true |
| | metrics_port: 9091 |
| | |
| | |
| | health_check_interval: 300 |
| | |
| | |
| | log_level: "INFO" |
| | log_file: "/var/log/dto-xet.log" |
| |
|
| | |
| | hooks: |
| | |
| | pre_upload: "/opt/dto/hooks/pre-xet-upload.sh" |
| | |
| | |
| | post_upload: "/opt/dto/hooks/post-xet-upload.sh" |
| | |
| | |
| | pre_download: "/opt/dto/hooks/pre-xet-download.sh" |
| | |
| | |
| | post_download: "/opt/dto/hooks/post-xet-download.sh" |
| |
|
| | |
| | performance: |
| | |
| | max_parallel_transfers: 8 |
| | |
| | |
| | chunk_size_mb: 64 |
| | |
| | |
| | cache_enabled: true |
| | cache_size_gb: 50 |
| | |
| | |
| | max_connections: 12 |
| | connection_timeout: 30 |