0xSojalSec/MiniCPM5-2B-WebGPU-Pi
0
1# Only the prebuilt static app is deployed to the Space.2 3# App source, tests and build tooling4app/5scripts/6requirements-convert.txt7 8# Research, validation and design notes9research/10validation/11design/12 13# Stale deploy metadata and duplicates14deployment-manifest.json15SPACE_README.md16 17# Old build outputs no longer referenced by index.html18assets/index-BYQgYgZh.css19assets/index-CZ2XkaaI.css20assets/index-DDP1SfMR.js21assets/index-Du7Z1b0r.js22assets/index-ONwcU9a1.js23 24# ONNX Runtime variants the app never loads (it only uses asyncify)25runtime/ort-wasm-simd-threaded.mjs26runtime/ort-wasm-simd-threaded.wasm27runtime/ort-wasm-simd-threaded.jsep.mjs28runtime/ort-wasm-simd-threaded.jsep.wasm29runtime/ort-wasm-simd-threaded.jspi.mjs30runtime/ort-wasm-simd-threaded.jspi.wasm31 32# Unused images (paw-print.svg is inlined into the CSS bundle)33social-thumbnail-v1.png34social-thumbnail-v2.png35paw-print.svg36 37.DS_Store38node_modules/39 