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
commit 9bb6014900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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