Skip to content

Commit

Permalink
Improve: PAss tests for small models
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 20, 2024
1 parent cccfc62 commit b148f84
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 122 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"ndarray",
"numpy",
"ONNX",
"onnxconverter",
"onnxruntime",
"opset",
"packbits",
"preprocess",
"pretrained",
Expand All @@ -48,5 +50,8 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
"python.formatting.provider": "none",
"window.autoDetectColorScheme": true,
"workbench.colorTheme": "Default Dark+",
"workbench.preferredDarkColorTheme": "Default Dark+"
}
Loading

0 comments on commit b148f84

Please sign in to comment.