Update README.md
Browse files
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
|