Skip to content

Commit e2cfbca

Browse files
msaroufimpytorchmergebot
authored andcommitted
Add clip to dynamo runners (pytorch#109840)
CLIP was moved to canary models because we use the multimodal version which depends on torchtext which torchbench deprecated pytorch/benchmark#1837 This issue didn't show up before because we hadn't updated the torchbench pin Pull Request resolved: pytorch#109840 Approved by: https://github.com/cpuhrsch
1 parent 2895fbd commit e2cfbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/dynamo/torchbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def setup_torchbench_cwd():
248248
# models in canary_models that we should run anyway
249249
CANARY_MODELS = {
250250
"torchrec_dlrm",
251+
"clip", # torchbench removed torchtext dependency
251252
}
252253

253254
ONLY_MULTIPROCESS = {

0 commit comments

Comments
 (0)