42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"search": {
|
|
"limit": 100,
|
|
"order_by": "dlperf",
|
|
"order_direction": "desc",
|
|
"sort_mode": "dlp_per_dollar",
|
|
"offer_type": "ondemand",
|
|
"verified_only": true,
|
|
"rentable": true,
|
|
"rented": false,
|
|
"num_gpus": 1,
|
|
"min_reliability": 0.98,
|
|
"min_cuda_ram_mb": 0,
|
|
"min_cpu_ram_mb": 0,
|
|
"min_disk_space_gb": 0,
|
|
"min_direct_port_count": 1,
|
|
"max_dph_total": 0.40,
|
|
"gpu_names": ["RTX 3090", "RTX 3090 Ti"],
|
|
"countries_exclude": []
|
|
},
|
|
"instance": {
|
|
"image": "vastai/pytorch:latest",
|
|
"disk_gb": 48,
|
|
"target_state": "running",
|
|
"label_prefix": "drl-proj",
|
|
"template_hash_id": null
|
|
},
|
|
"remote": {
|
|
"ssh_user": "root",
|
|
"workspace_dir": "/workspace/DRL_PROJ",
|
|
"remote_data_dir": "/workspace/data/DeepFakeFace",
|
|
"remote_output_root": "classifier/outputs",
|
|
"ssh_timeout_seconds": 900,
|
|
"poll_interval_seconds": 10
|
|
},
|
|
"transfer": {
|
|
"local_output_dir": "classifier/outputs",
|
|
"local_data_dir": "data"
|
|
},
|
|
"keep_on_failure": false
|
|
}
|