rwightman HF staff commited on
Commit
adff916
·
verified ·
1 Parent(s): e993919

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,8 +17,9 @@ def load_leaderboard():
17
  }
18
 
19
  # Load benchmark CSV files
20
- main_bench = 'amp-nhwc-pt210-cu121-rtx3090'
21
  benchmark_csv_files = {
 
22
  'amp-nhwc-pt210-cu121-rtx3090': 'https://raw.githubusercontent.com/huggingface/pytorch-image-models/main/results/benchmark-infer-amp-nhwc-pt210-cu121-rtx3090.csv',
23
  'fp32-nchw-pt221-cpu-i9_10940x-dynamo': 'https://raw.githubusercontent.com/huggingface/pytorch-image-models/main/results/benchmark-infer-fp32-nchw-pt221-cpu-i9_10940x-dynamo.csv',
24
  }
 
17
  }
18
 
19
  # Load benchmark CSV files
20
+ main_bench = 'amp-nchw-pt240-cu124-rtx4090'
21
  benchmark_csv_files = {
22
+ 'amp-nchw-pt240-cu124-rtx4090': 'https://raw.githubusercontent.com/huggingface/pytorch-image-models/main/results/benchmark-infer-amp-nchw-pt240-cu124-rtx4090.csv'
23
  'amp-nhwc-pt210-cu121-rtx3090': 'https://raw.githubusercontent.com/huggingface/pytorch-image-models/main/results/benchmark-infer-amp-nhwc-pt210-cu121-rtx3090.csv',
24
  'fp32-nchw-pt221-cpu-i9_10940x-dynamo': 'https://raw.githubusercontent.com/huggingface/pytorch-image-models/main/results/benchmark-infer-fp32-nchw-pt221-cpu-i9_10940x-dynamo.csv',
25
  }