Add card
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Excalidraw Workspace (technical diagrams)
|
| 3 |
+
tags:
|
| 4 |
+
- excalidraw
|
| 5 |
+
- diagrams
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Excalidraw Workspace
|
| 11 |
+
|
| 12 |
+
Private archive of my Excalidraw drawings — technical diagrams (transformers, CUDA,
|
| 13 |
+
GPU interconnects, quantization, batching, attention, etc.). Snapshot 2026-06-01.
|
| 14 |
+
|
| 15 |
+
- `excalidraw-workspace-export.zip` — the full source export from Excalidraw.
|
| 16 |
+
- `extracted/Private collection - Elliot Arledge/*.excalidraw` — individual drawings (open in excalidraw.com or the desktop app).
|
| 17 |
+
|
| 18 |
+
Pull: `hf download Infatoshi/excalidraw-workspace --repo-type dataset --local-dir ./excal`
|