-
Notifications
You must be signed in to change notification settings - Fork 63
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
version `GLIBC_2.32' #53
Comments
I've met the same questions like you do. |
PS: when I run train_2d.py, this problem doesn't happened, but just for 3d. why? great thanks. |
Same as your situation, there is no problem when running train_2d.py, but no version "Glibc_2.32" occurs at 3D. After updating the Glibc version Runtimeerror: CUDA ERROR: No Kernel Image is available for execution on the device Compile with Do you solve it? |
I have exactly same problem. I set up a Docker image with pytorch 2.4, ubuntu 22.04, cuda 12.1 and GLIB problem solved. And I am getting second error, too. |
May I ask what graphics card you are using? |
Hi,
|
Congrates for solving the problem!! May I ask that your GLIBC version? That's quite wired, seems some system installation conflicts with the project. |
python train_3d.py -net sam2 -exp_name BTCV_MedSAM2 -sam_ckpt ./checkpoints/sam2_hiera_small.pt -sam_config sam2_hiera_s -image_size 1024 -val_freq 1 -prompt bbox -prompt_freq 2 -dataset btcv -data_path ./data/btcv
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /mnt/iMVR/zhengf/Medical-SAM2/sam2_train/_C.so)
The text was updated successfully, but these errors were encountered: