File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 88 "start" : " node index.js" ,
99 "dev" : " nodemon index.js" ,
1010 "precommit" : " prettier --write ." ,
11- "postinstall " : " npm run update-engines && cd InferenceEngine/embeddings/all-mpnet-base-v2 && python -m pip install -r requirements.txt" ,
11+ "update-embeddings " : " cd InferenceEngine/embeddings/all-mpnet-base-v2 && python -m pip install -r requirements.txt" ,
1212 "update-engines" : " git submodule foreach git pull && npm run ggml-build" ,
1313 "ggml-build" : " cd InferenceEngine/completion/ggml && mkdir -p build && cd build && cmake .. && make clean && make" ,
1414 "ggml-install-gpt-2" : " cd models && mkdir -p ggml && cd ggml && mkdir -p gpt-2 && cd gpt-2 && ../../../scripts/InferenceEngine/ggml-installation/gpt-2/download-ggml-model.sh 117M" ,
You can’t perform that action at this time.
0 commit comments