jccarles

Results 4 issues of jccarles

Hello ! I am currently trying to migrate from a custom launcher to a custom executor operator as shown here: [Migrate from custom Launcher to custom ExecutorOperator](https://github.com/tensorflow/tfx/blob/master/tfx/orchestration/launcher/README.md) but I have...

type:docs
stat:awaiting tensorflower

**System information** - Have I specified the code to reproduce the issue (Yes, No): No - Environment in which the code is executed (e.g., Local(Linux/MacOS/Windows), Interactive Notebook, Google Cloud, etc):...

type:bug
stat:awaiting tensorflower

Hello I am running into an issue running the evaluator component of a tfx pipeline. I use the FlinkRunner for beam and the evaluator component is super slow as the...

type:bug
stat:awaiting tensorflower

Hello, We are using langserve js client the following way ```typescript const remoteChain = new RemoteRunnable({ url: url, options: { headers:someHeader, }, }); ``` Then we stream the request as...