3 comments

  • COOLmanYT1 hour ago
    no firefox support?
    • teamchong13 minutes ago
      firefox has webgpu already, but the subgroups extension isn't in yet. every matmul / softmax kernel here leans on subgroupShuffleXor for reductions, that's the blocker. same reason mlc webllm and friends don't run on firefox either. once mozilla ships it this should work
  • hhthrowaway12301 hour ago
    so multiple of these browser wasm demos make me re-download the models, can someone make a cdn for it or some sort u uberfast downloader? just throw some claude credits against it ty!
    • wereHamster1 hour ago
      CDN wouldn't help much. These days browsers partition caches by origin, so if two different tools (running on different domains) fetch the same model from the CDN, the browser would download it twice.
    • embedding-shape43 minutes ago
      Adding a file input where users can upload files to the frontend directly from their file manager would probably work as a stop-gap measure, for the ones who want something quick that let people manage their own "cache" of model files.
    • Rekindle80901 hour ago
      What? downloaded for me at 2gbps
      • hhthrowaway12301 hour ago
        Ah let me clarify, many of the in the browser demos make me download certain models even if I already have them It would be great if there was a way that I don&#x27;t have to redownload them across demos so that I just have a cache. or an in browser model manager. hope this makes sense.<p>Or indeed use some sort of huggingface model downloader (if that exist with XET)
        • varun_ch25 minutes ago
          I think this would sit best at the browser level. I’m not sure there’s a nice way for multiple websites to share a cache like that.
        • hhthrowaway12301 hour ago
          also maybe a good usecase to finally have P2P web torrents :)
      • hhthrowaway12301 hour ago
        Yeah that&#x27;s great but I&#x27;m in a cafe outside burning my phone data. ty!
  • nigardev2 hours ago
    [dead]