From c75d9afdd340487ab8ad96f55a5300a418dc99b6 Mon Sep 17 00:00:00 2001 From: quic-shagun Date: Wed, 9 Apr 2025 03:00:04 -0700 Subject: [PATCH] Bug Fix: update qeff wheel package name Signed-off-by: quic-shagun --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2185c9f64..1096785bf 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ pip install git+https://github.com/quic/efficient-transformers # Or build wheel package using the below command. pip install build wheel python -m build --wheel --outdir dist -pip install dist/QEfficient-0.0.1.dev0-py3-none-any.whl +pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl ```