Link the card back to its collection and the request box
Browse files
README.md
CHANGED
|
@@ -86,3 +86,13 @@ equivalent `emb * (1 - m) + m * w` form has fixed shapes and no runtime guards.
|
|
| 86 |
`torch.repeat_interleave(x, tokens.shape[0], dim=0)` with one point batch — a no-op
|
| 87 |
whose lowered form the delegate mis-sizes. Note this model uses the functional form,
|
| 88 |
not the tensor method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
`torch.repeat_interleave(x, tokens.shape[0], dim=0)` with one point batch — a no-op
|
| 87 |
whose lowered form the delegate mis-sizes. Note this model uses the functional form,
|
| 88 |
not the tensor method.
|
| 89 |
+
|
| 90 |
+
<!-- funnel:v1 -->
|
| 91 |
+
|
| 92 |
+
---
|
| 93 |
+
|
| 94 |
+
**More models in this format:** [ExecuTorch Model Zoo](https://huggingface.co/collections/mlboydaisuke/executorch-model-zoo-6a7ff328390b63075ffeae5e) — 31 models, each with the recipe that produced it.
|
| 95 |
+
|
| 96 |
+
**Want a different model on-device?** [Open a request](https://github.com/john-rocky/on-device-requests) — free, open weights only; the export and its measured numbers get published publicly.
|
| 97 |
+
|
| 98 |
+
<!-- /funnel:v1 -->
|