Skip to content

Commit

Permalink
update the doc
Browse files Browse the repository at this point in the history
Signed-off-by: yiliu30 <[email protected]>
  • Loading branch information
yiliu30 committed Dec 27, 2024
1 parent 024f506 commit 582121e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ def detect_local_sm_architectures():
}

if __name__ == "__main__":
# Build the auto_round_lib if the user explicitly requests it or if running in a Gaudi Docker environment.
# There are two ways to install hpu-only package:
# 1. python setup.py lib install
# 2. Within the gaudi docker where the HPU is available, we install the auto_round_lib by default.
is_user_requesting_library_build = "lib" in sys.argv

should_build_library = is_user_requesting_library_build or BUILD_HPU_ONLY
Expand Down

0 comments on commit 582121e

Please sign in to comment.