"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f10775b1b55cbebc58655b966b4ba3a6fc259ca3"
Unverified Commit 20f3eea7 authored by Titus's avatar Titus Committed by GitHub
Browse files

docs: add header for compilation from source

parent 04885664
...@@ -21,6 +21,8 @@ To install from PyPI. ...@@ -21,6 +21,8 @@ To install from PyPI.
pip install bitsandbytes pip install bitsandbytes
``` ```
## Alternative: Compiling from source
To compile from source, you need CMake >= **3.22.1** and Python >= **3.8** installed. Make sure you have a compiler installed to compile C++ (gcc, make, headers, etc.). For example, to install a compiler and CMake on Ubuntu: To compile from source, you need CMake >= **3.22.1** and Python >= **3.8** installed. Make sure you have a compiler installed to compile C++ (gcc, make, headers, etc.). For example, to install a compiler and CMake on Ubuntu:
```bash ```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment