-
Notifications
You must be signed in to change notification settings - Fork 446
Add Sana .pth files into download counting in huggingface repo #1061
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 6 commits
3ee992e
4a78d08
301514d
b862c9c
a86fa66
a845ca0
306b58a
1794bd8
0baaa71
3cfc5d4
a90aaad
a025dd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -787,6 +787,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { | |||||||
filter: true, | ||||||||
countDownloads: `path_extension:"sentis"`, | ||||||||
}, | ||||||||
"sana": { | ||||||||
lawrence-cj marked this conversation as resolved.
Show resolved
Hide resolved
Wauplin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
prettyLabel: "Sana", | ||||||||
repoName: "Sana", | ||||||||
repoUrl: "https://github.com/NVlabs/Sana", | ||||||||
countDownloads: `path_extension:"pth" OR path_extension:"json"`, | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. .pth file each time the pipeline is instantiated. Is that the case or not? And is the config.json ever loaded from script?
Suggested change
Suggested change
I let you decide what's best for Sana library. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Actually, we didn't have a config.json file until yesterday. We want to recover it, so we add pth here. Is this reasonable? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok, makes sense to track pth files then 👍 |
||||||||
snippets: snippets.sana, | ||||||||
}, | ||||||||
"vfi-mamba": { | ||||||||
prettyLabel: "VFIMamba", | ||||||||
repoName: "VFIMamba", | ||||||||
|
Uh oh!
There was an error while loading. Please reload this page.