-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Docs: add instructions in ops.md + simplify backend csv #14889
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
Conversation
I was looking into updating this table the other day, but the massive CSV diffs were really offputting, this is so much better! :) |
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.
It would be nice if the commit (and other details) could still be included, maybe by using a more flexible format like JSON so that it only needs to be written once, but this is already an improvement.
@ggerganov Metal needs a refresh to remove |
Removed various transient things like commit, test_time etc. to simplify the csv files so now when someone adds we are able to see the diff instead of the entire file changing.
Added instructions in
docs/ops.md
on how to add new backends. It will help if others contributed, we only have 4 backends here at the momentdocs/ops.md
update