-
Hi all, just a heads up: I filed an [issue](https://github.com/huggingface/transformers/issues/29466) with `huggingface/transformers` requesting model support for BASED via their library.
My engage…
-
The following E2E tests fail:
* `GPTJForCausalLM`
* `GPTJForQuestionAnswering`
for at least the following scenarios:
* E2E accuracy huggingface, training, float32, LTS, PyTorch 2.5
* E2E accu…
-
### 🐛 Describe the bug
I followed the example to fine-tune HuggingFace's wav2vec 2.0 for speech recognition, using `torch.compile`, aiming to get faster training. However, I ran into an issue as outl…
-
when I use the space of Ic-light in forge ui,the background prompted me
Exception in thread Thread-35 (gradio_worker):
Traceback (most recent call last):
File "threading.py", line 1016, in _boo…
-
Hi!
I am trying to use transformer-neuronx to compile the customized huggingface llama-3.1-8b model.
I use the model with beam search, and I know that it makes dynamic graph during generation.
Bu…
-
https://github.com/huggingface/transformers/blob/7bbc62474391aff64f63fcc064c975752d1fa4de/src/transformers/trainer.py#L3728
may be using these fixes it
```py
for param in model.parameters():…
-
There is a new Idefics3 model on Hugginf Face, based on Llama3:
https://huggingface.co/docs/transformers/main/en/model_doc/idefics3#idefics3
Any chance you can add this to Ollama?
-
# `generate` 🤜 🤛 `torch.compile`
Part of the [PyTorch 2024 H2 roadmap](https://drive.google.com/file/d/1Ucm17fyUeF0PWSd2g7jonM144XMx2t2r/view).
This issue is a tracker of the compatibility betw…
-
### Describe the bug
Hello. I tried the Img2Img Pipeline and encountered the error in the images. Could you please check it for me? Thank you
### Reproduction
```python
import torch
fro…
-
Currently the script hardcodes loading the gpt2 tokenizer, and loads the dataset from file. We'll want to be able to allow for loading different tokenizers and datasets from huggingface.
In general…