keep existing profile trace in viz cli (#14757)

This commit is contained in:
qazal
2026-02-15 12:16:32 +08:00
committed by GitHub
parent ca68037f26
commit 9bb6014900

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env python3
import os
os.environ["VIZ"] = "0"
import argparse, pathlib
from typing import Iterator
from tinygrad.viz import serve as viz