-
privacy_engine = PrivacyEngine(
File "/home/idris/.local/lib/python3.10/site-packages/private_transformers/privacy_engine.py", line 176, in __init__
raise ValueError(
ValueError: Model type …
-
Failed to import transformers.models.cohere.configuration_cohere because of the following error (look up to see its traceback):
No module named 'transformers.models.cohere.configuration_cohere'
-
Running:
```sh
python helpers/model_init_scripts/init_model_600M.py ./parler-tts-untrained-600M --text_model "google/flan-t5-large" --audio_model "parler-tts/dac_44khZ_8kbps"
```
I get the fol…
-
代码:
```
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained('GOT-OCR2.0/GOT-OCR-2.0-master/GOT/model/GOT_weights', trust_remote_code=True)
model = AutoMod…
-
Can mllama3.2-V-11b support text only mode?
transformers code like this: https://github.com/huggingface/transformers/blob/655bec2da7120a8681acc2ce951f8d58c6f0e6ef/src/transformers/models/mllama/model…
-
### 🐛 Describe the bug
Instead of only patching the transformers mllama module (`transformers.models.mllama.modeling_mllama`), `apply_liger_kernel_to_mllama` modifies `torch.nn.LayerNorm` globally.
…
-
Hey Team,
I just spinned up an instance and noticed that the most recent commit to the master branch produces the following error:
Traceback (most recent call last):
File "/parler-tts/stream…
-
My code is throwing the error below:
```
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
/net/scratch/user/miniconda3/envs/vl…
-
### System Info
- `transformers` version: 4.46.0.dev0
- Platform: Linux-6.8.0-47-generic-x86_64-with-glibc2.35
- Python version: 3.11.9
- Huggingface_hub version: 0.25.2
- Safetensors version: …
-
Hi @kayhayen ,
I am trying to compile a basic sentence transformer code using Nuitka. The code is given in the sentence-transformer tutorial at :
https://sbert.net/docs/quickstart.html
```
from …