Skip to content

Commit fa2f62b

Browse files
committed
fix: namespaces
1 parent 13f5ebd commit fa2f62b

File tree

88 files changed

+295
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+295
-178
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ jobs:
511511
ls bins
512512
- name: Move binaries to standalone prebuilt binary modules
513513
run: npx --no vite-node ./scripts/movePrebuiltBinariesToStandaloneModules.ts
514-
- name: Setup tmate session
515-
uses: mxschmitt/action-tmate@v3
516514
- name: Prepare standalone prebuilt binary modules
517515
run: npx --no vite-node ./scripts/prepareStandalonePrebuiltBinaryModules.ts
518516
- name: Add "postinstall" script to package.json

packages/@aibrow/create-node-llama-cpp/package-lock.json

Lines changed: 257 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-node-llama-cpp/package.json renamed to packages/@aibrow/create-node-llama-cpp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "create-node-llama-cpp",
2+
"name": "@aibrow/create-node-llama-cpp",
33
"version": "0.1.0",
44
"description": "Scaffold a new node-llama-cpp project from a template",
55
"main": "dist/index.js",
@@ -51,6 +51,6 @@
5151
"typescript": "^5.2.2"
5252
},
5353
"dependencies": {
54-
"node-llama-cpp": "file:../.."
54+
"node-llama-cpp": "file:../../.."
5555
}
5656
}

0 commit comments

Comments
 (0)