Hello. I use windows 10.
I was able to install whisper and run on my Windows 10 OS with following pip install command as below
pip install git+https://github.com/openai/whisper.git
So how do I install facebook/bart-large-cnn on Windows 10 and run it on my CUDA RTX 3060 GPU and to summarization task?
I want to get summarization of 10000 words having documents.
Thank you.