Ahmed Khaled

Results 5 issues of Ahmed Khaled

## ❓ Questions and Help I am trying to move from using `legacy` and use new provided features, i was doing this: ``` from torchtext import legacy TEXT = legacy.data.Field(lower=True,...

feature request

Distil-Whisper was out a couple of days ago on HuggingFace, when do you reckon you can add support for Distil-Whisper in faster-whisper? https://huggingface.co/collections/distil-whisper/distil-large-v3-65fc4ffcc0bdd3c53b74897f ![Screenshot 2024-03-29 at 1 40 14 PM](https://github.com/SYSTRAN/faster-whisper/assets/54319724/07684df6-ce5b-4a78-939f-3b6497607e28)

are GGUF optimized models supported?

Support for the new Gemma3 is needed! Code ``` from awq import AutoAWQForCausalLM from transformers import AutoTokenizer model_path = "google/gemma-3-4b-it" quant_config = { "zero_point": True, "q_group_size": 128, "w_bit": 4, "version":...

Right now `Alibaba-NLP/gte-multilingual-base` is one of the best Encoders for retrieval, but unfortunately it's not supported right now ``` ct2-transformers-converter --model Alibaba-NLP/gte-multilingual-base --output_dir gte-multilingual-base-int8 --quantization int8 --trust_remote_code ``` Error ```...