jerryzh168 commited on
Commit
0882b28
·
verified ·
1 Parent(s): 4989b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ output_text = tokenizer.batch_decode(
39
  )
40
  print(output_text)
41
 
42
- # Benchmark
43
  import torch.utils.benchmark as benchmark
44
  from torchao.utils import benchmark_model
45
  import torchao
 
39
  )
40
  print(output_text)
41
 
42
+ # Local Benchmark
43
  import torch.utils.benchmark as benchmark
44
  from torchao.utils import benchmark_model
45
  import torchao