Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is bitsandbytes>=0.43.3 support A10? #1537

Closed
dukai289 opened this issue Feb 21, 2025 · 1 comment
Closed

is bitsandbytes>=0.43.3 support A10? #1537

dukai289 opened this issue Feb 21, 2025 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on

Comments

@dukai289
Copy link

Feature request

I have a server with A1 GPU and the following configuration:
OS: CentOS Linux 7 (Core)
NVIDIA-SMI 550.144.03
CUDA Version: 12.4
manylinux_2_17_x86_64
torch == 2.6

But I got an error when installing unsloth:
ERROR: Could not find a version that satisfies the requirement bitsandbytes>=0.43.3; extra == "colab-new" (from unsloth[colab-new]) (from versions: 0.31.8, 0.32.0, 0.32.1, 0.32.2, 0.32.3, 0.33.0, 0.33.1, 0.34.0, 0.35.0, 0.35.1, 0.35.2, 0.35.3, 0.35.4, 0.36.0, 0.36.0.post1, 0.36.0.post2, 0.37.0, 0.37.1, 0.37.2, 0.38.0, 0.38.0.post1, 0.38.0.post2, 0.38.1, 0.39.0, 0.39.1, 0.40.0, 0.40.0.post1, 0.40.0.post2, 0.40.0.post3, 0.40.0.post4, 0.40.1, 0.40.1.post1, 0.40.2, 0.41.0, 0.41.1, 0.41.2, 0.41.2.post1, 0.41.2.post2, 0.41.3, 0.41.3.post1, 0.41.3.post2, 0.42.0)
ERROR: No matching distribution found for bitsandbytes>=0.43.3; extra == "colab-new"

I want to know, is it because bitsandbytes>=0.43.3 does not support A10, or is there some other reason that causes this problem?

Motivation

to discuss

Your contribution

sorry,

@matthewdouglas matthewdouglas added the wontfix This will not be worked on label Feb 21, 2025
@matthewdouglas matthewdouglas self-assigned this Feb 21, 2025
@matthewdouglas
Copy link
Member

We do support the NVIDIA A10. In this particular situation, the issue is that we do not provide official support for CentOS 7 (glibc 2.17). Our wheels are build with manylinux2_24 as the minimum requirement.

Copying from #1476:

Hi there. CentOS is not supported by our binary wheels as it is past end of life.
You may have some luck building from source, but we are not able to provide future source compatibility guarantees or support for it.

@matthewdouglas matthewdouglas added the duplicate This issue or pull request already exists label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants