Skip to content

Commit

Permalink
fix (docs/faq): remove reference to gitter, switch affine quantizatio…
Browse files Browse the repository at this point in the history
…n to be an example (#1183)
  • Loading branch information
nickfraser authored Feb 13, 2025
1 parent e1a2ece commit db8af71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsrc/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ supported by PyTorch itself (currently FBGEMM and qnnpack).

Brevitas is designed as a platform to implement novel quantization
algorithms to target a variety of hardware backends adhering to a loose
set of assumptions (i.e. uniform affine quantization).
set of assumptions (e.g., uniform affine quantization).

**Q: How can I train X/Y and run it on hardware W/Z? I can't find any
documentation.**

**A:** Brevitas is still sparsely documented. Until the situation
improves, feel free to open an issue or ask on our gitter channel.
improves, feel free to open an issue on `GitHub <https://github.com/Xilinx/brevitas>`_.

**Q: Training with Brevitas is slow and/or I can't fit the same batch
size as with floating-point training. Why? What can I do?**
Expand Down

0 comments on commit db8af71

Please sign in to comment.