Sujeendran Menon

Results 7 comments of Sujeendran Menon

@thistleknot - Here is a fix that worked for me: https://github.com/marella/ctransformers/issues/90#issuecomment-1734127938

Thanks! I wanted to run test on GPU version of both fastspeech and squeezewave on Jetson. Resolved this issue.

@alokprasad I was able to merge the code in both fastspeech and squeezewave for testing end-to-end TTS from one application to skip the storing and loading mel spectrogram. The full...

Hi @marella - I'm facing a similar issue in the servers that I am testing on. Upgrading the drivers might not be an option for me as it is a...

Just an update, managed to get it running on CUDA 11.8😄 ! I knew it should work as I was able to run GGUF model using llama-cpp with the same...

@gorkemgoknar - I have created a pull request to get this included in the main repo. In the meantime until it is merged, if someone doesn't want to make manual...

@dobahoang - I managed to change this a bit and got it working for my use case. Maybe this will help: ```python import pickle from pandasai import Agent from pandasai.helpers.cache...