1
mirror of https://github.com/cocktailpeanut/dalai synced 2025-02-14 20:14:29 +01:00

Rename "yarn make-model" to "yarn dalai:llama", since that it what it does

This commit is contained in:
Marcus Westin 2023-03-13 07:10:30 -04:00
parent 15c7713f17
commit 7f763e5ee0

View File

@ -6,9 +6,9 @@
"author": "cocktailpeanut",
"license": "MIT",
"scripts": {
"download": "./dalai llama",
"dalai:llama": "./dalai llama",
"start": "./dalai serve",
"just:run": "wrap () { yarn && yarn download $1 && yarn start; }; wrap",
"just:run": "wrap () { yarn && yarn dalai:llama $1 && yarn start; }; wrap",
"just:fix": "npx prettier --write ."
},
"dependencies": {