Skip to content

Commit

Permalink
[YDF] Fix JS inference tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681036076
  • Loading branch information
rstz authored and copybara-github committed Oct 1, 2024
1 parent 126c700 commit a5b90a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
module.exports = function(config) {
basePath = 'third_party/yggdrasil_decision_forests/port/javascript/';
config.files.push({
pattern: basePath + 'inference_wasm/inference.js',
pattern: basePath + 'inference/inference_wasm/inference.js',
watched: false,
served: true,
nocache: false,
included: true,
});
config.files.push({
pattern: basePath + 'inference_wasm/inference.wasm',
pattern: basePath + 'inference/inference_wasm/inference.wasm',
watched: false,
served: true,
nocache: false,
Expand Down

0 comments on commit a5b90a8

Please sign in to comment.