Skip to content

Commit

Permalink
fix: import (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgd authored Aug 28, 2023
1 parent b34b3d7 commit fd332e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
"prebuilt-binaries",
"llm",
"gguf",
"metal",
"cuda",
"grammar",
"json-grammar",
"temperature",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {LlamaGrammar} from "llamaEvaluator/LlamaGrammar.js";
import {LlamaGrammar} from "./llamaEvaluator/LlamaGrammar.js";
import {LlamaChatSession} from "./llamaEvaluator/LlamaChatSession.js";
import {LlamaModel} from "./llamaEvaluator/LlamaModel.js";
import {AbortError} from "./AbortError.js";
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": "./src",
"lib": ["es2022"],
"module": "es2022",
"target": "es2022",
Expand Down

0 comments on commit fd332e1

Please sign in to comment.