diff options
author | Tim Dettmers <dettmers@g3030.hyak.local> | 2021-10-21 17:22:43 -0700 |
---|---|---|
committer | Tim Dettmers <dettmers@g3030.hyak.local> | 2021-10-21 17:22:43 -0700 |
commit | 0fb378b4eed1fffc61b71439a5d5b11ad8335dd0 (patch) | |
tree | b6991395aa0d889ca738bf25210c7187ce98ec4d /README.md | |
parent | d2f16726905f53952fc744147802076f6a1d8711 (diff) |
Added compilation from source instructions; easier compilation.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ For upcoming features and changes and full history see [Patch Notes](CHANGELOG.m 1. RuntimeError: CUDA error: no kernel image is available for execution on the device. [Solution](errors_and_solutions.md#No-kernel-image-available) +## Compile from source + +To compile from source, please follow the [compile_from_source.md](compile_from_source.md) instructions. + ## License The majority of bitsandbytes is licensed under MIT, however portions of the project are available under separate license terms: Pytorch is licensed under the BSD license. |