Skip to content

Commit e1cb44a

Browse files
authored
Bug Fix (#1559): sparsity instead of sparstiy (#1560)
1 parent 11333ba commit e1cb44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/_models/llama/eval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def run_evaluation(
345345
args.device,
346346
args.precision,
347347
args.quantization,
348-
args.sparstiy,
348+
args.sparsity,
349349
args.compile,
350350
args.max_length,
351351
args.calibration_tasks,

0 commit comments

Comments
 (0)