Soila Kavulya

Results 20 comments of Soila Kavulya

@zhangxuhong Thanks for the contribution. I'll take a look at it this evening to confirm the issue.

@zhangxuhong Yes, this is an issue. Please add the unit tests. Thanks.

You need to build the jars manually using mvn install. We are working on the jars available on the public maven repo https://github.com/tensorflow/tensorflow/pull/19188

@LeiG If you already have the jar, you don't need to recompile it. At what point do you get this error? At compile time or runtime? If it occurs at...

The recommended way to run distributed training with TensorFlow is by using kubeflow. The Docker and Kubernetes scripts in this repo are outdated. https://github.com/kubeflow/kubeflow

@ssarkar2 @regisss Please review this fix for `inputs_embeds` with static shapes.

Thanks @yafshar. It is ready for review. I'll run the tests to confirm no regressions

@yafshar Here are the test results: `GAUDI2_CI=1 RUN_SLOW=true python -m pytest tests/transformers/tests/models/ -s -v` **main:** 26 failed, 873 passed, 326 skipped, 1 xpassed, 58 warnings in 1639.18s (0:27:19) = **this...

@yafshar Here are the results of additional tests `make slow_tests_text_generation_example` **Main:** 1 failed, 25 passed, 4 skipped **This pr:** 1 failed, 25 passed, 4 skipped Perf test to check that...