Skip to content

Commit a1ab5b2

Browse files
authored
Merge branch 'master' into 1.8-RC5-TEST
2 parents aca434d + 81e7001 commit a1ab5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/dynamic_quantization_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def print_size_of_model(model):
271271
######################################################################
272272
# Second, we see faster inference time, with no difference in evaluation loss:
273273
#
274-
# Note: we number of threads to one for single threaded comparison, since quantized
274+
# Note: we set the number of threads to one for single threaded comparison, since quantized
275275
# models run single threaded.
276276

277277
torch.set_num_threads(1)

0 commit comments

Comments
 (0)