Skip to content

Commit fd332e1

Browse files
authored
fix: import (#21)
1 parent b34b3d7 commit fd332e1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
"prebuilt-binaries",
7070
"llm",
7171
"gguf",
72+
"metal",
73+
"cuda",
7274
"grammar",
7375
"json-grammar",
7476
"temperature",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {LlamaGrammar} from "llamaEvaluator/LlamaGrammar.js";
1+
import {LlamaGrammar} from "./llamaEvaluator/LlamaGrammar.js";
22
import {LlamaChatSession} from "./llamaEvaluator/LlamaChatSession.js";
33
import {LlamaModel} from "./llamaEvaluator/LlamaModel.js";
44
import {AbortError} from "./AbortError.js";

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "./src",
43
"lib": ["es2022"],
54
"module": "es2022",
65
"target": "es2022",

0 commit comments

Comments
 (0)