intel-extension-for-transformers icon indicating copy to clipboard operation
intel-extension-for-transformers copied to clipboard

Segmentation fault while running rag mode

Open anayjain opened this issue 1 year ago • 0 comments
trafficstars

Hi This may not be a neural chat issue, but it is quite difficult to pinpoint hence I'm posting it here. I'm running the RAG mode on my data after installing the intel-extension-for-transformers and all its requirements. It was working previously had an app running based on this. After a few weeks I needed to use it again and I got a segmentation fault. I tried to re-install all dependencies and files but the issue persists. Any ideas on how I can overcome this?

I'm running this on WSL (Ubuntu) on a Windows laptop with a Nvidia graphics card.

Screenshot 2024-08-01 at 6 55 17 PM Screenshot 2024-08-01 at 6 55 56 PM

Steps for installation - !apt-get install -y ffmpeg !apt-get install -y libgl1-mesa-glx libgl1-mesa-dev !apt-get ex

!pip3 install intel-extension-for-transformers

!git clone https://github.com/intel/intel-extension-for-transformers.git

%cd ./intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/pipeline/plugins/retrieval/ !pip install -r requirements.txt %cd ../../../../../../

%cd ./intel-extension-for-transformers/intel_extension_for_transformers/neural_chat/ !pip install -r requirements.txt %cd ../../../

anayjain avatar Aug 01 '24 13:08 anayjain