Chintan

Results 5 issues of Chintan

Steps to Reproduce: ``` from pyannote.audio import Inference inference = Inference("pyannote/embedding", window="whole") emb1 = inference("lol.wav") ``` ![image](https://user-images.githubusercontent.com/13482558/181433458-6913b9e3-5019-47b6-b556-c201ccfef476.png)

cannot_reproduce

Right now, encoder decoder models like Flan-T5 etc. are not supported. Please consider this as a feature request!

feature request

Adding support for latest RandomizedSearchCV

``` NotImplementedError: Unsloth: tiiuae/falcon-mamba-7b not supported yet! Make an issue to https://github.com/unslothai/unsloth! ``` Steps to reproduce: ``` from unsloth import FastLanguageModel import torch max_seq_length = 2048 # Choose any! We...