You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GPU and functional scripts can be invoked from the same checkout after adding
44
+
the runtime's GPU flags and test-data mount. The scripts write coverage data to
45
+
the checkout root rather than requiring `/workspace` or root privileges.
46
+
24
47
## 📦 Dependencies management
25
48
26
49
We use [uv](https://docs.astral.sh/uv/) for managing dependencies. For reproducible builds, our project tracks the generated `uv.lock` file in the repository.
0 commit comments