builder.accelerator.base_image key in the resource configuration. For example:
cuda instead of accelerator as the parent key for base_image.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The W&B Mobile App for iOS is here. Monitor training runs and explore your projects from your iPhone or iPad.
builder.accelerator.base_image key in the resource configuration. For example:
{
"gpus": "all",
"builder": {
"accelerator": {
"base_image": "tensorflow/tensorflow:latest-gpu"
}
}
}
cuda instead of accelerator as the parent key for base_image.Was this page helpful?