mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-10-15 08:08:09 +08:00
Merge pull request #119 from codemayq/main
add the pre-built version of bitsandbytes library for windows user Former-commit-id: f1f0e2277469976f8666370645a83b2665a267ec
This commit is contained in:
commit
ecae079e56
@ -89,6 +89,12 @@ huggingface-cli login
|
|||||||
|
|
||||||
And **powerful GPUs**!
|
And **powerful GPUs**!
|
||||||
|
|
||||||
|
If you want to enable LoRA(QLoRA) or Freeze quantization on Windows, you will be required to install a pre-built version of `bitsandbytes` library, which supports CUDA 11.1 to 12.1.
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.39.1-py3-none-win_amd64.whl
|
||||||
|
```
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Data Preparation (optional)
|
### Data Preparation (optional)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user