node-llama-cpp

v0.0.1
llama llama-cpp bindings node-gyp ai llm ggml ggmlv3

lint

npm run lint:eslint

test

npm run test:typescript && npm run lint:eslint

build

tsc --build tsconfig.json --force

clean

rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo

watch

tsc --build tsconfig.json --watch --force

prepare

[ $CI = true ] || [ -d '.husky/_' ] || husky install

lint:fix

npm run lint:eslint -- --fix

prebuild

rm -rf ./dist ./tsconfig.tsbuildinfo

prewatch

rm -rf ./dist ./tsconfig.tsbuildinfo

lint:eslint

eslint --ext .js --ext .ts .

test:typescript

tsc --build tsconfig.json --dry --force

Metadata

  • ISC
  • Whatever
  • Gilad S.
  • released 8/10/2023

Downloads

Maintainers