mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
disable openpilot model in model benchmark
This commit is contained in:
parent
9af5645ba3
commit
89a8a02697
1 changed files with 2 additions and 1 deletions
3
test/external/external_model_benchmark.py
vendored
3
test/external/external_model_benchmark.py
vendored
|
|
@ -14,7 +14,8 @@ from tinygrad.ops import Device
|
|||
|
||||
MODELS = {
|
||||
"resnet50": "https://github.com/onnx/models/raw/main/vision/classification/resnet/model/resnet50-caffe2-v1-9.onnx",
|
||||
"openpilot": "https://github.com/commaai/openpilot/raw/v0.9.4/selfdrive/modeld/models/supercombo.onnx",
|
||||
# broken in torch CPU
|
||||
#"openpilot": "https://github.com/commaai/openpilot/raw/v0.9.4/selfdrive/modeld/models/supercombo.onnx",
|
||||
"efficientnet": "https://github.com/onnx/models/raw/main/vision/classification/efficientnet-lite4/model/efficientnet-lite4-11.onnx",
|
||||
"shufflenet": "https://github.com/onnx/models/raw/main/vision/classification/shufflenet/model/shufflenet-9.onnx",
|
||||
"commavq": "https://huggingface.co/commaai/commavq-gpt2m/resolve/main/gpt2m.onnx",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue