logoalt Hacker News

salamolast Sunday at 7:59 PM1 replyview on HN

Yeah, I also found that for ultra low footprint models ORT is a big portion of the total payload, because it contains logic for general ONNX graph operations. In my case I found that ORT alone was 3.4MB over the wire, so I swapped it out for a tiny wasm that was 850x smaller and only contained the operations I needed: https://blog.lukesalamone.com/posts/creating-tiny-semantic-s...


Replies

scoriiulast Sunday at 9:41 PM

did you skip simd just because the model's tiny? naive conv perf is honestly the only reason i haven't done exactly this for the cnn

show 1 reply