We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34b3d7 commit fd332e1Copy full SHA for fd332e1
package.json
@@ -69,6 +69,8 @@
69
"prebuilt-binaries",
70
"llm",
71
"gguf",
72
+ "metal",
73
+ "cuda",
74
"grammar",
75
"json-grammar",
76
"temperature",
src/index.ts
@@ -1,4 +1,4 @@
1
-import {LlamaGrammar} from "llamaEvaluator/LlamaGrammar.js";
+import {LlamaGrammar} from "./llamaEvaluator/LlamaGrammar.js";
2
import {LlamaChatSession} from "./llamaEvaluator/LlamaChatSession.js";
3
import {LlamaModel} from "./llamaEvaluator/LlamaModel.js";
4
import {AbortError} from "./AbortError.js";
tsconfig.json
@@ -1,6 +1,5 @@
{
"compilerOptions": {
- "baseUrl": "./src",
"lib": ["es2022"],
5
"module": "es2022",
6
"target": "es2022",
0 commit comments