Skip to content

Commit

Permalink
auto detect hardware
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Dec 11, 2024
1 parent c430017 commit db4a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def detect_hardware():
"auto_round_extension.*",
],
),
"install_requires": fetch_requirements("requirements.txt"),
"install_requires": fetch_requirements(detect_hardware()),
}

if __name__ == "__main__":
Expand Down

0 comments on commit db4a175

Please sign in to comment.