mstier-nflx

Results 6 comments of mstier-nflx

We have workspaces configured. Bar and foo live under the same root project. https://docs.npmjs.com/cli/v7/using-npm/workspaces

We have a configuration for foo setup in our BUILD.bzl at the root. `npm_link_package( name = "node_modules/@rule-ts-transitive-dep-issues-example/foo-package", src = "//foo:dist", )` Our foo project has a ts_project setup like `ts_project(...

I created a test repo based on what I was using, (not the cleanest) but the instructions are in the README.md [Test Repo](https://github.com/mstier-nflx/bazel-issue-ts-typechecking)

Try setting num_persistent_param_in_dit to 0, instead of None.

Also try setting torch_dtype to float8_e4m3fn

The only way I see is that pipeline takes a progress_bar_cmd parameter and it defaults to the tqdm which is the progress bar. You may be able to create a...