We are using SkyPilot, a framework for running AI and batch workloads on any infra, to do training on GCP. When running tao (particularly tao model dino train -e dino.yaml
, toolkit_version: 5.5.0), we get the error of “The Input Device Is Not a TTY”. I’m assuming this appears because the launcher triggers docker to attach a TTY (-t argument).
Since the docker configuration through .tao_mounts.json is quite limited, the only way I found to fix this is by triggering the docker myself.
Is there a way that I can run tao directly without the TTY?
3 posts - 2 participants