From 17fb0b91a87a161f07859739198586d921a071e5 Mon Sep 17 00:00:00 2001 From: win10 Date: Sat, 2 Nov 2024 20:13:11 +0530 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2304a16..1e4eb93 100644 --- a/README.md +++ b/README.md @@ -169,10 +169,10 @@ pip install -U triformer ``` - Then run the tests ```bash -pytest tests/test_layernorm.py -pytest tests/test_softmax.py -pytest tests/test_dropout.py -pytest tests/test_cross_entropy.py +pytest test_layernorm.py +pytest test_softmax.py +pytest test_dropout.py +pytest test_cross_entropy.py ``` ## Future Plans - To Do