bitsandbytes-foundation / bitsandbytes

Accessible large language models via k-bit quantization for PyTorch.
https://huggingface.co/docs/bitsandbytes/main/en/index
MIT License
6.33k stars 635 forks source link

Fix issue that no valid semantic version tag found when installing from source via personal repo #1419

Closed statelesshz closed 5 days ago

statelesshz commented 6 days ago

For the multi-backend-refactor branch, if we git clone the source code from our personal repository and install it, we will get ValueError: No valid semantic version tag found.

This PR fixes this problem.

cc @Titus-von-Koeller @matthewdouglas

github-actions[bot] commented 6 days ago

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Titus-von-Koeller commented 5 days ago

Thanks @statelesshz, makes sense. We appreciate your initiative in providing a fix!