-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
/h2ogpt_conda/lib/python3.10/site-packages/flash_attn_2_cuda.cpython-310-x86_64-linux-gnu.so: undefined symbol #1348
Comments
Hi, I only got that when I had newer torch 2.2.0 with flash attn. This happened because some langchain package was updating to 2.2.0 (because it could) and I only set constraints in requirements.txt not langchain one. But that's there now and I no longer that that issue. I see that the latest docker image I made has the same problem of still going to torch 2.2.0. So should be fixable.
|
new docker image with these changes is being built and should be done in less than a few hours. |
@pseudotensor thanks for the quick and kind answers: that above errors are gone ! so much thanks. bless you! |
thansk for ur great job!
I set up fresh install in docker in ubuntu22.04.3
Question :
I got error then container keep rebooting: how to solve it ?
is this becuase of cuda verson 12.2 ?
i can not set it up to 12.1 for nvidia drvier 535.154.05 and cuda_12.2.0_535.54.03_linux.run make it 12.2
(with ubuntu-drivers devices, i see nvidia-driver-530 but install failed. )
i goggled and found something that seems related below issue:
thanks in advance.
Details:
Host:
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.154.05 Driver Version: 535.154.05 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
--
Docker Container :
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Mon_Apr__3_17:16:06_PDT_2023
Cuda compilation tools, release 12.1, V12.1.105
Build cuda_12.1.r12.1/compiler.32688072_0
h2ogpt@d1225cb3fb68:~$ nvidia-smi
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 535.154.05 Driver Version: 535.154.05 CUDA Version: 12.2 |
|-----------------------------------------+----------------------+----------------------+
I bumped below messages:
The text was updated successfully, but these errors were encountered: