Skip to content

Commit a706a01

Browse files
authored
Bug Fix: update qeff wheel package name (#352)
The wheel file name is qefficient and Not QEfficient ![image](https://github.com/user-attachments/assets/2cd21d49-e4d1-457f-9e9e-11b02beb7b7e) Signed-off-by: quic-shagun <[email protected]>
1 parent 763f9d7 commit a706a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pip install git+https://github.com/quic/efficient-transformers
8282
# Or build wheel package using the below command.
8383
pip install build wheel
8484
python -m build --wheel --outdir dist
85-
pip install dist/QEfficient-0.0.1.dev0-py3-none-any.whl
85+
pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl
8686

8787
```
8888

0 commit comments

Comments
 (0)