From 1897d717e75a0b746f8d904847b0ce885623d143 Mon Sep 17 00:00:00 2001 From: Plutonium-239 Date: Sun, 31 Mar 2024 14:04:55 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c382ff9..34dcbd4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `memsave_torch`: Lowering PyTorch's Memory Consumption for Selective Differentiation Install (editable): -``` +```bash pip install -e . ```