8 lines
182 B
Python
8 lines
182 B
Python
config = {
|
|
"name": "my-app",
|
|
"deploy_test": "True",
|
|
"gpu": "T4",
|
|
"public_checkpoint_volume": "model-store",
|
|
"private_checkpoint_volume": "private-model-store"
|
|
}
|