-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TFX 1.13.0 Issues #5887
Comments
I want to document an issue we found recently, but it should be resolved once TFX 1.14.0 is released. About a couple months ago, Google made L4 GPU types generally available. We attempted to configure using L4 GPUs this morning and saw the following error message: We confirmed that we have configured the GPU machine types correctly, based on https://cloud.google.com/ai-platform/training/docs/reference/rest/v1/AcceleratorType. The error is traceback from Line 89 in 7b8b8a7
Looking at the source code from showing that the L4 machine type was added on May 2, 2023, and released by version 1.25.0. This prevents any existing released version of TFX from using the new L4 GPU types. The reason that this issue should be resolved is that, in the current main branch of this repository, the dependency constraints on google.cloud.aiplatform was updated as Line 84 in b796c9c
This means future releases of TFX pipelines can install the newer version of We will confirm if this is the case once 1.14.0 is released. Really looking forward to it. |
We are already working on memory leak issue transform/#143 where one workaround suggested is |
@singhniraj08 I'd rather not make any changes to the TFX Transform component at all, I just instantiate it as part of a TFX pipeline. Maybe I am misunderstanding you, though. A code example would help clarify. |
@axeltidemann, Apologies, above workarounds work when using |
Please comment or link any issues you find with TFX 1.13.0.
Thanks.
The text was updated successfully, but these errors were encountered: