-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Export TORCH_CUDA_ARCH_LIST in install.sh (#133)
* chore: update TORCH_CUDA_ARCH_LIST in install.sh * chore: remove importlib from requirements.txt * chore: Fix multi-gpu environment check in bitblas_target_detector.py * chore: Update logger.info message in qlinear_bitblas.py * Update install.sh We like to not use PTX compilation for now. --------- Co-authored-by: Qubitium-ModelCloud <qubitium@modelcloud.ai>
- Loading branch information
1 parent
e86f44c
commit ac666be
Showing
4 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,3 @@ threadpoolctl>=3.5.0 | |
packaging>=24.1 | ||
ninja>=1.11.1.1 | ||
bitblas>=0.0.1.dev12 | ||
importlib-metadata |