-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add MLOps category #150
Add MLOps category #150
Conversation
I also had to upgrade |
Same for |
@@ -60,7 +60,7 @@ | |||
repository: https://github.com/huggingface/candle |
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.
My VSCode YAML formatter made a few extra changes automatically. Happy to reverse if undesired.
@@ -57,6 +57,7 @@ async fn main() -> Result<()> { | |||
.krate | |||
.as_ref() | |||
.and_then(|k| k.repository.as_ref().map(|r| Url::parse(r).unwrap())) | |||
.or(krate.repository) |
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.
Without this line, the scraper skips the - repository
entries!
This all looks great. Merging as is. Thanks for the contribution. |
Following discussion with @anowell, I'm adding an MLOps category.
I'm adding a project I'm involved with (TensorZero) as well as two other projects I'm familiar with.
There was a small issue with the scraping tool: it skipped entries that only had a Github repository and no crates.io crate name. That has been resolved (
main.rs
).