Skip to content
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

Merged
merged 4 commits into from
Sep 16, 2024
Merged

Add MLOps category #150

merged 4 commits into from
Sep 16, 2024

Conversation

GabrielBianconi
Copy link
Contributor

@GabrielBianconi GabrielBianconi commented Sep 16, 2024

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).

@GabrielBianconi
Copy link
Contributor Author

I also had to upgrade actions/upload-artifact due to a CI error.

@GabrielBianconi
Copy link
Contributor Author

Same for actions/download-artifact

@@ -60,7 +60,7 @@
repository: https://github.com/huggingface/candle
Copy link
Contributor Author

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)
Copy link
Contributor Author

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!

@anowell
Copy link
Owner

anowell commented Sep 16, 2024

This all looks great. Merging as is. Thanks for the contribution.

@anowell anowell merged commit dce4889 into anowell:master Sep 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants