Returns an empty TOML configuration template for TensorPool job setup.
tp_config TOML Format:
Example:
commands = [
"pip install torch torchvision",
"python train.py --epochs 100"
]
instance_type = "8xH100"
outputs = ["checkpoints/", "logs/*.txt", "model.pth"]
ignore = [".git", ".venv", "data/"]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.