novahow

Results 8 issues of novahow

How to disable console outputs when calling solver.train()? I tried setting the log_frequency parameter to 1e9 but that didn't work as I expected, thanks

## Tracking issue _https://github.com/flyteorg/flyte/issues/4936_ ## Why are the changes needed? According to https://github.com/flyteorg/flyte/issues/4936, some users encountered difficulties when trying to call `register_workflow`. While `register_scripts` can serve as an alternative, setting...

size:M

## Tracking issue fixes https://github.com/flyteorg/flyte/issues/4707 ## Why are the changes needed? Show versions and creation time of remote-task/launchplan/workflow ## What changes were proposed in this pull request? This PR contains...

size:L

## Tracking issue _https://github.com/flyteorg/flyte/issues/4716_ ## Why are the changes needed? Please refer to may example in https://github.com/flyteorg/flyte/issues/4716#issuecomment-1893423240 When we have a python file that contains workflows, tasks, and launch plans...

## Tracking issue closes #5372 ## Why are the changes needed? flytectl upgrade is not working after monorepo integration ## What changes were proposed in this pull request? Cloned the...

## Tracking issue https://github.com/flyteorg/flyte/issues/3936 ## Why are the changes needed? Skypilot agent ## What changes were proposed in this pull request? Please refer to the diagram ![image](https://github.com/user-attachments/assets/33f44e83-dec3-4598-a407-107276077420) ## How was...

## Tracking issue closes flyteorg/flyte#1840 ## Why are the changes needed? support async task. `pythonfunctiontask` , `pythonfunctionworkflow` and `map_task` are supported. `Conditional workflows` are currently not supported ```python import asyncio...

## Tracking issue Closes flyteorg/flyte#5488 ## Why are the changes needed? currently I think we use torch.save and upload it to s3. As models get larger, sync saving isn't time-efficient....