Save inference parity implementation and evaluation harness

This commit is contained in:
Georg Bauer
2026-09-10 22:45:59 +02:00
parent b99ce2aa10
commit 02db0968ae
198 changed files with 111205 additions and 586 deletions
+5
View File
@@ -27,6 +27,7 @@ pulldown-cmark = "0.12.2"
regex = "1.13.1"
rfd = { version = "0.15.4", default-features = false }
rustc-hash = "2.1.3"
self_cell = "1.3.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149", features = ["preserve_order", "raw_value"] }
serde_norway = "0.9.42"
@@ -55,3 +56,7 @@ minimum-system-version = "15.0"
[[bin]]
name = "qwen38-artifacts"
path = "tools/qwen38-artifacts.rs"
[[bin]]
name = "test-supervisor"
path = "tools/test-supervisor.rs"