-
The `datasette-embeddings` extension currently requires the use of hosted OpenAI models and the availability of an OpenAI API key to generate embeddings:
```python
async def calculate_embeddin…
-
Hey I'm having trouble installing the docker GPU image. I tried it yesterday and it was fine, but I had to re-install due to some compatibility errors with Obsidian. Today, it won't install at all... …
-
### Feature request
Recently, we have added the ability to load `gguf` files within [transformers](https://huggingface.co/docs/hub/en/gguf).
The goal was to offer the possibility to users …
-
"What version of transformers should I use? When I use transformers version 4.36.2, I get an error saying: ImportError: cannot import name '_expand_mask' from 'transformers.models.clip.modeling_clip'.…
-
### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Windows-11-10.0.22631-SP0
- Python version: 3.12.7
- Huggingface_hub version: 0.26.2
- Safetensors version: 0.4.5
- Accelerate v…
-
Original Repository: https://github.com/ml-explore/mlx-examples/
Listing out examples from there which would be nice to have. We don't expect the models to work out the moment they are translated to …
-
Loading huggingface `transformers` models is done with the `from_pretrained()` method. For pytorch or safetensors checkpoints, this method expects a `pytorch_model.bin` or `model.safetensors` file fo…
-
Hi there,
I was struggling on how to implement quantization on autoawq as you mentioned in home page. I was trying to quantize 7b qwen2 vl but no matter I use 2 A100 80Gb vram, I still get cuda oom…
-
Hi SBert Team,
Have you released any models (encoder and decoder) that were pretrained or extensively fine-tuned using the TSDAE loss? I’m particularly interested in the decoder weights from the `D…
-
Hey guys, I am trying to use MiniCPMV6 with Outlines using https://huggingface.co/openbmb/MiniCPM-V-2_6
I am using the outlines.models.transformers_vision api to load the model, but I can't find t…