Ahmed Khaled
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,...
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 
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 ```...