acoustic-carpenter-78188
06/10/2023, 8:18 PMimage▾
image▾
from flytekit import task, workflow
import torch
@task
def t1():
print("helloee")
@workflow
def wf():
t1()
if __name__ == '__main__':
wf()
Tracking Issue
NA
Follow-up issue
NA
flyteorg/flytekit
Codecov: 71.03% (-0.01%) compared to 8437023
✅ 29 other checks have passed
29/30 successful checksacoustic-carpenter-78188
06/15/2023, 6:06 PM