Skip to content

Commit 587f5ad

Browse files
committed
fix: Fix issues based on Louis comments
1 parent f268877 commit 587f5ad

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

extensions/inference-triton-trtllm-extension/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"fetch-retry": "^5.0.6",
2626
"path-browserify": "^1.0.1",
2727
"ts-loader": "^9.5.0",
28-
"ulid": "^2.3.0"
28+
"ulid": "^2.3.0",
29+
"rxjs": "^7.8.1"
2930
},
3031
"engines": {
3132
"node": ">=18.0.0"
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { Model } from "@janhq/core";
22

3-
declare const MODULE: string;
4-
53
declare interface EngineSettings {
64
base_url?: string;
75
}

0 commit comments

Comments
 (0)