Install Javascript dependencies.
yarn
gemma-1.1-2b-it-gpu-int4.bin
model file can be shown in the public/
directory.
(That model file has been added as Git LFS)
Therefore, your file structure in public/
should be looks like as the belows:
tree -L 2 public/
# OUTUT:
# public
# ├── gemma-1.1-2b-it-gpu-int4.bin
# ├── index.html
# ├── manifest.json
# └── robots.txt
yarn start