Skip to content

Commit

Permalink
Fix onnxruntime-common import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Mar 11, 2024
1 parent 90a5e95 commit cd0cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as types from "node:util/types";

// Import onnxruntime-node's default backend
import { onnxruntimeBackend } from "onnxruntime-node/dist/backend";
import ONNX_COMMON from "onnxruntime-common";
import * as ONNX_COMMON from "onnxruntime-common";

export function init() {
// In rare cases (specifically when running unit tests with GitHub actions), possibly due to
Expand Down

0 comments on commit cd0cd9c

Please sign in to comment.