This commit is contained in:
geoffsee
2025-06-13 14:03:53 -04:00
parent 39ca507911
commit ee137774d3
6 changed files with 62 additions and 2 deletions

View File

@@ -45,7 +45,9 @@
"lint:fix": "eslint src/ --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
"fix": "bun format && bun lint:fix",
"release": "bunx release-it"
"release": "bunx release-it",
"run:inference": "./google_gemma-3-1b-it-Q6_K.llamafile --server --nobrowser",
"download:inference": "./download_optimization_model.sh"
},
"dependencies": {
"glob": "^11.0.1",