train-trace/patches
somunslotus a660e4d557 init tensorboard 2.16.2 2024-08-14 11:58:18 +08:00
..
@angular+build-tooling+0.0.0-7d103b83a07f132629592fc9918ce17d42a5e382.patch init tensorboard 2.16.2 2024-08-14 11:58:18 +08:00
@bazel+concatjs+5.7.0.patch init tensorboard 2.16.2 2024-08-14 11:58:18 +08:00
BUILD init tensorboard 2.16.2 2024-08-14 11:58:18 +08:00
README.md init tensorboard 2.16.2 2024-08-14 11:58:18 +08:00

README.md

TensorBoard patches using patch-package.

We use patch-package to apply TensorBoard-specific patches to some of our npm/yarn dependencies.

To regenerate @bazel/concatjs patch:

  • vi node_modules/@bazel/concatjs/web_test/karma.conf.js
  • make edits
  • yarn patch-package "@bazel/concatjs"
  • update the WORKSPACE file with the name of the new patch file

To regenerate @angular/build-tooling patch:

  • vi node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs
  • make edits
  • yarn patch-package "@angular/build-tooling"
  • update the WORKSPACE file with the name of the new patch file