Skip to content

Commit

Permalink
fix: fix no exported member
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 29, 2024
1 parent 74fe0f4 commit 141bc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from "path";
import { Module, Tensor, Sampler, EValueTag, DType } from "./index";
import { Module, Tensor, EValueTag, DType } from "./index";

const model = path.resolve(__dirname, "__fixtures__/mul.pte");

Expand Down

0 comments on commit 141bc7b

Please sign in to comment.