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

[Cherry-pick] Fix Check URLs errors in rel-1.16 #5973

Merged
merged 1 commit into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check_urls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
subfolder: docs
file_types: .md,.py,.rst,.ipynb,.cc,.h,.cpp
print_all: false
timeout: 2
timeout: 10
retry_count# : 2
exclude_urls: https://github.com/onnx/onnx/blob/main/docs/Operators,https://github.com/onnx/onnx/pull/436
force_pass: false
Expand Down
2 changes: 1 addition & 1 deletion docs/Hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ All other fields in the `metadata` field are optional for the client but provide
The simplest way to add a model to the official `onnx/models` version model hub is to follow
[these guidelines](https://github.com/onnx/models/blob/main/contribute.md) to contribute your model. Once contributed,
ensure that your model has a markdown table in its `README.md`
([Example](https://github.com/onnx/models/tree/main/vision/classification/mobilenet)). The model hub
([Example](https://github.com/onnx/models/tree/main/validated/vision/classification/mobilenet)). The model hub
manifest generator will pull information from these markdown tables. To run the generator:

```shell script
Expand Down