Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/quantization/brevitas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The example shows an example on how to quantize a decoder-class LLM model throug

The examples were tested using:
- `python>=3.9` (required for QOP ONNX export)
- `brevitas` installed from dev (`pip install git+https://github.com/Xilinx/brevitas.git@dev`)
- `brevitas>=0.11`
- `torch>=2.2`
- `transformers>=4.38.0`
- `optimum>=1.17.0`
Expand All @@ -22,7 +22,7 @@ The examples were tested using:
Note, you can install all the prerequisites with:

```bash
pip install 'brevitas @ git+https://github.com/Xilinx/brevitas.git@dev' 'optimum-amd[brevitas] @ git+https://github.com/huggingface/optimum-amd.git@main'
pip install 'optimum-amd[brevitas] @ git+https://github.com/huggingface/optimum-amd.git@main'
```

## Running the Example
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ryzenai": ["opencv-python", "timm"],
"zentorch": ["torch==2.2.1"],
"brevitas": [
"brevitas",
"brevitas>=0.11",
"torch>=2.2",
"datasets>=2.17",
"onnx",
Expand Down