Skip to content

Commit

Permalink
fix: Fix issues based on Louis comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Dec 12, 2023
1 parent f268877 commit 587f5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion extensions/inference-triton-trtllm-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"fetch-retry": "^5.0.6",
"path-browserify": "^1.0.1",
"ts-loader": "^9.5.0",
"ulid": "^2.3.0"
"ulid": "^2.3.0",
"rxjs": "^7.8.1"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Model } from "@janhq/core";

declare const MODULE: string;

declare interface EngineSettings {
base_url?: string;
}

0 comments on commit 587f5ad

Please sign in to comment.