Skip to content

Commit

Permalink
fix: quants installation on ROCm (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomiusearch committed May 12, 2024
1 parent 5ee79a1 commit 893158a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ def _read_requirements(filename: str) -> List[str]:

if not _is_neuron():
ext_modules.append(CMakeExtension(name="aphrodite._C"))
if _install_quants():
ext_modules.append(CMakeExtension(name="aphrodite._quant_C"))

package_data = {
"aphrodite": [
Expand Down

0 comments on commit 893158a

Please sign in to comment.