We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f9d7 commit a706a01Copy full SHA for a706a01
README.md
@@ -82,7 +82,7 @@ pip install git+https://github.com/quic/efficient-transformers
82
# Or build wheel package using the below command.
83
pip install build wheel
84
python -m build --wheel --outdir dist
85
-pip install dist/QEfficient-0.0.1.dev0-py3-none-any.whl
+pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl
86
87
```
88
0 commit comments