-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "feat: CMake Build System Generator (#332)"
This reverts commit ad68026.
- Loading branch information
Showing
10 changed files
with
336 additions
and
933 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
include LICENSE | ||
include requirements.txt | ||
include aphrodite/endpoints/kobold/klite.embd | ||
include CMakeLists.txt | ||
|
||
recursive-include cmake * | ||
recursive-include kernels * |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
export TORCH_CUDA_ARCH_LIST="6.1 7.0 7.5 8.0 8.6 8.9 9.0+PTX" | ||
python setup.py bdist_wheel | ||
./runtime.sh python setup.py bdist_wheel |
Oops, something went wrong.