You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web GPU APIs enabling the browser to use GPU power.
Transformer.js for SLM inference
Vite for bundling
How to run this locally
Clone this repo with git clone --recursive git@github.com:Tarun047/linky.git
Then we need to install and build the dependencies of the transformers v3 (pre-release), at some point in future when the stable version of this library is out we don't need this but for now run cd transformers.js && npm install && npm run build && cd ..
Then we need to install and build the dependencies of this project by running cd linky-ui && npm install
Now we can launch the dev server by running npm run dev and fireup a browser that supports WebGPU like chrome and head to http://localhost:5173 to experience the SLM.