Sidharth Rajaram

Results 20 comments of Sidharth Rajaram

Is that text actually on the website?

Note: I also tried using the `load_qa_chain` chain instead, same outcome (hangs indefinitely)

Got the same error on M1 Mac upon running: `python privateGPT.py` ``` Using embedded DuckDB with persistence: data will be stored in: db zsh: illegal hardware instruction python privateGPT.py ```...

Hi, WhisperSpeech is an awesome project. I'm also curious about any updates on the fine-tuning scripts? Thanks.

Not quite a HuggingFace integration, but I also felt it would be cool if there was some kind of auto-download / caching. Just made a PR, feel free to take...

Thanks for the suggestion, just updated it to use [cached-path](https://github.com/allenai/cached_path).

Have the same issue as above ^ Are there any examples or documentation regarding how to train from scratch based on a pre-determined architecture? (Related: https://github.com/facebookresearch/fairseq2/issues/305)

Encountered the same issue: https://github.com/huggingface/candle/issues/2173, PR to fix: #2174

I receive the same error as @BBC-Esq : ``` Error: cannot reshape tensor of 0 elements into shape [1, 0, 12, -1] because the unspecified dimension size -1 can be...

It specifically occurs after performing inference repeatedly. Doing inference for "`2.`" repeatedly leads to inference working a bunch of times before resulting in the error.