ngxson / wllama

WebAssembly binding for llama.cpp - Enabling on-browser LLM inference
https://huggingface.co/spaces/ngxson/wllama
MIT License
444 stars 23 forks source link

[Demo] WorkerFS #28

Closed ngxson closed 4 months ago

ngxson commented 6 months ago

A demo usage of emscripten WORKERFS: https://emscripten.org/docs/api_reference/Filesystem-API.html#workerfs

Problem: it does not support mmap

ngxson commented 4 months ago

Close because the current heapfs implementation is already very efficient