diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2021-10-07 09:55:28 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2021-10-07 09:55:28 -0700 |
commit | 20294dc0f23737f4b7241958b83d3b58e293337f (patch) | |
tree | dc024380485b0a3e829da6150bc7cb644fd71f75 /Makefile | |
parent | 5f95b5253f4936080479c909724601b342da1c18 (diff) | |
parent | 7923c4a06615456353476a6e07e9296f0c13f776 (diff) |
Merge branch 'main' of github.com:facebookresearch/bitsandbytes into main
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ $(BUILD_DIR): $(ROOT_DIR)/dependencies/cub: git clone https://github.com/NVlabs/cub $(ROOT_DIR)/dependencies/cub + cd dependencies/cub; git checkout 1.11.0 clean: rm cuda_build/* ./bitsandbytes/libbitsandbytes.so |