Yingwei Song
Yingwei Song
> It seems like Xerces can't be installed properly, here is one solution I found. > > * Install Xerces by `conda install -c anaconda xerces-c` > * Then find...
Have you fixed it up?
> I meet the similar problem. Have you fixed it up? I fixed the problem by using a new WSL machine with cuda 118
The issue was solved by creating a new environment on WSL2 cuda118. I am going to explore more to reproduce this issue. Currently I met a new issue when changing...
> could you plz provide more details concerning rebuilding and reinstalling?I'm also making a try to a higher language feature dimension. @Zhirui86 Hi, finally I figured out where the issue...
Reinstall package and you will be good I guess
> hey @andrewzhang214 > > I have just solved the problem with the following steps: > > 1. In the CMakeFile.txt, I add these lines: > **set(CMAKE_CUDA_COMPILER "/usr/local/cuda/bin/nvcc") > set(CMAKE_CUDA_ARCHITECTURES...
I solved the problem by using ChatGPT to select the correct wheel for the flash_attn from the flash_attn release list : https://github.com/Dao-AILab/flash-attention/releases And what I did was, I told ChatGPT...