-
Notifications
You must be signed in to change notification settings - Fork 1
feature: domain specific task names. added sam-3, flux-2. Moved some runway models to replicate provider #46
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
Changes from all commits
c30dc8f
51db0ef
2a9efd7
ed0ecac
185df78
4492fcf
c4f9ec2
ea1230f
ae8e94e
c3b0f28
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,8 +2,8 @@ | |||||
| import os | ||||||
| import time | ||||||
| from collections import OrderedDict | ||||||
| from functools import lru_cache, wraps | ||||||
| from typing import Literal, Union | ||||||
| from functools import wraps | ||||||
| from typing import Literal, Optional, Union | ||||||
|
||||||
| from typing import Literal, Optional, Union | |
| from typing import Literal, Union |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in docstring: "timiing" should be "timing".
| """Patched pre_forward to log timiing for offloading.""" | |
| """Patched pre_forward to log timing for offloading.""" |
Copilot
AI
Nov 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except block directly handles BaseException.
| except: | |
| except Exception: |
Uh oh!
There was an error while loading. Please reload this page.