From 1e2433d73a7bb52e453f4d12b41e5cf015bd6814 Mon Sep 17 00:00:00 2001 From: Daniel Levenson Date: Sun, 21 Nov 2021 17:33:21 -0500 Subject: [PATCH] Remove duplicate reference to module.py in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef6fef..2d66ad6 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ python run_tests.py This assignment requires the following files from the previous assignments. - minitorch/tensor_data.py minitorch/tensor_functions.py minitorch/tensor_ops.py minitorch/fast_ops.py minitorch/cuda_ops.py minitorch/operators.py minitorch/module.py minitorch/autodiff.py minitorch/scalar.py minitorch/module.py project/run_manual.py project/run_scalar.py project/run_tensor.py project/run_fast_tensor.py project/parallel_check.py tests/test_tensor_general.py \ No newline at end of file + minitorch/tensor_data.py minitorch/tensor_functions.py minitorch/tensor_ops.py minitorch/fast_ops.py minitorch/cuda_ops.py minitorch/operators.py minitorch/module.py minitorch/autodiff.py minitorch/scalar.py project/run_manual.py project/run_scalar.py project/run_tensor.py project/run_fast_tensor.py project/parallel_check.py tests/test_tensor_general.py