runtime error

Exit code: 1. Reason: ─────────────────────────────────────╯ │ │ │ │ /usr/src/.venv/lib/python3.11/site-packages/triton/runtime/driver.py:8 in │ │ _create_driver │ │ │ │ 5 def _create_driver(): │ │ 6 │ actives = [x.driver for x in backends.values() if x.driver.is_activ │ │ 7 │ if len(actives) != 1: │ │ ā± 8 │ │ raise RuntimeError(f"{len(actives)} active drivers ({actives}). │ │ 9 │ return actives[0]() │ │ 10 │ │ 11 │ │ │ │ ╭─── locals ───╮ │ │ │ actives = [] │ │ │ ╰──────────────╯ │ ╰──────────────────────────────────────────────────────────────────────────────╯ RuntimeError: 0 active drivers ([]). There should only be one. rank=0 2026-03-19T19:14:52.488706Z ERROR text_generation_launcher: Shard 0 failed to start Error: ShardCannotStart 2026-03-19T19:14:52.488757Z  INFO text_generation_launcher: Shutting down shards

Container logs:

Fetching error logs...