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
Copy file name to clipboardExpand all lines: site/src/content/docs/concepts/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Text2CAD, and others) and describe what the *field* has achieved. They are kept
16
16
distinct from **the toolkit's own measured results**, which are now real and
17
17
reproducible — e.g. [ll_brepnet](/ll_toolkit/ll_brepnet/overview/) segmentation at
18
18
test mIoU 0.828, and [ll_gen](/ll_toolkit/ll_gen/overview/)'s program-based generators
19
-
producing measured-valid CAD (0.914 / 0.934, gated on real non-degenerate solids). Where
19
+
producing measured-valid CAD ({{metric.ll_gen.ar.validity}} / {{metric.ll_gen.latentDiffusion.sampledZValidity}}, gated on real non-degenerate solids). Where
20
20
a page shows a LatticeLabs number it is labeled as such; field numbers frame what is
21
21
realistic, package pages report what this codebase outputs.
Copy file name to clipboardExpand all lines: site/src/content/docs/ll_gen/overview.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: ll_gen — Overview
3
-
description: Generation orchestration for CAD — neural propose, deterministic dispose in a sandbox. Ships trained generators that produce measured-valid CAD via the construction-program route.
3
+
description: Generation orchestration for CAD — neural propose, deterministic dispose in a sandbox. Ships DeepCAD-trained generators that produce measured-valid CAD via the construction-program route.
4
4
sidebar:
5
5
label: Overview
6
6
order: 1
@@ -37,13 +37,15 @@ trained generators take this route and run natively in **MLX on Apple Silicon**:
37
37
38
38
-**Autoregressive command generator** (`ll_gen/mlx/ar_generator_mlx.py`) — a causal
39
39
transformer over the CAD command vocabulary, trained on ~38k real DeepCAD programs,
0 commit comments