Sanjiv Anand
10/03/2022, 4:55 AMcryptic
10/05/2022, 1:17 PMtf.tensor
issue. I'd a doubt, what does it mean when it was said that "The plugin could specify an unpinned torch
as a dependency". I have the same doubt that was raised by @Samhita Alla. How do we prevent re-installing torch
? Can someone explain me?Samhita Alla
Samhita Alla
Ryan Nazareth
10/10/2022, 9:39 AMSamhita Alla
Samhita Alla
Samhita Alla
Krishna Agarwal
10/14/2022, 11:06 AMThusal Ranawaka
10/15/2022, 10:54 AMRyan Nazareth
10/18/2022, 1:03 PMSamhita Alla
Samhita Alla
Aditya Bisht
10/24/2022, 5:49 PMSamhita Alla
tf.Module
is the parent class for tf.keras.layers.Layer
and tf.keras.Model
(see the note on https://www.tensorflow.org/guide/intro_to_modules page). So we need a type transformer for tf.Module
. But we have two PRs — https://github.com/flyteorg/flytekit/pull/1242 to fix https://github.com/flyteorg/flyte/issues/2759 and https://github.com/flyteorg/flytekit/pull/1241 to fix https://github.com/flyteorg/flyte/issues/2570 that have the same functionality — a type transformer subclassing tf.keras.Model
. We’ll need to tell one of them to modify the code. So which PR shall we retain?Samhita Alla
Samhita Alla
Ryan Nazareth
10/26/2022, 3:39 AMKUBECONFIG
and FLYTECTL_CONFIG
environment variable values which were printed out after the cluster was setup.
Do i need to login to the kubernetes ui and/or configure anything else ?Sriniketh J
10/26/2022, 5:54 AMSamhita Alla
typing.TypeVar
needs to be replaced with typing.Annotated
in FlyteFile even if it isn’t throwing any mypy errors?cryptic
10/27/2022, 5:30 AMSamhita Alla
Samhita Alla
Samhita Alla
Ryan Nazareth
10/27/2022, 10:50 PM.model
) as input:
Pod failed. No message received from kubernetes.
[fb8f63b27ec284bbfbc8-n3-0] terminated with exit code (137). Reason [Error]. Message:
`tar: Removing leading /' from member names
See screenshot below. The error seems like its trying to extract something from tar archive but Im not doing this anywhere in my task logic ?
Also, think someone else has reported this error as well https://flyte-org.slack.com/archives/CP2HDHKE1/p1664441568396559?thread_ts=1664433734.963769&cid=CP2HDHKE1Samhita Alla
Samhita Alla
cryptic
10/28/2022, 6:40 AMcryptic
10/28/2022, 10:25 AMmake lint
? I'm sorry but I'm not quite sure about it (https://github.com/flyteorg/flytekit/actions/runs/3326738618/jobs/5511140308#step:6:360)cryptic
10/28/2022, 5:34 PM