bitsandbytes-windows icon indicating copy to clipboard operation
bitsandbytes-windows copied to clipboard

8-bit CUDA functions for PyTorch in Windows 10

Results 6 bitsandbytes-windows issues
Sort by recently updated
recently updated
newest added

Trying to use ludwig .. for that did `pip install git+https://github.com/Keith-Hon/bitsandbytes-windows` but getting error for following code ``` from ludwig.api import LudwigModel import pandas as pd df = pd.read_csv('./data/rotten_tomatoes.csv') model...

i run the command in my conda env: `conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 -c pytorch -c nvidia` and it automatically installed pytorch-cuda 11.3 for me. then i upgraded pytorch-cuda manually:...

As per trainer.py recommendation I've got the following message/error: You are using 8-bit optimizers with a version of `bitsandbytes` < 0.41.1. It is recommended to update your version as a...

I tried to build a conda package of this, feel free to use it. https://anaconda.org/sdy623/bitsandbytes-windows

Issue: Need of __version__attribute as other libraries checks version number. E.g. 4 bit quantization requires bitsandbytes>=0.39.0 - please upgrade your bitsandbytes version. This request is similar to the issue opened...