-
**Describe the bug**
Fine-tuning mt5 model, and trying to save the fine-tuned model is throwing a ValueError: You are trying to save a non contiguous tensor:
**To Reproduce**
Attaching a notebo…
-
### 🐛 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.
…
-
### Feature request
I would like to request that BetterTransformer not be deprecated.
### Motivation
I have come to rely on BetterTransformer significantly for accelerating RoBERTa and BERT models.…
-
### System Info
ubuntu 22.04
torch 2.5.0
cuda 12.4
running on a single gpu with CUDA_VISIBLE_DEVICES=1
![image](https://github.com/user-attachments/assets/30134067-427a-4421-94d1-8d958ec628f5)
…
-
Hi
Do you have code examples to showcase section 5.3 in the _Revisiting Deep Learning Models for Tabular Data_ paper? - "Obtaining feature importances from attention maps."
I'm implementing the F…
-
### System Info
- `transformers` version: 4.45.0.dev0
- Platform: Linux-5.15.0-117-generic-x86_64-with-glibc2.35
- Python version: 3.10.15
- Huggingface_hub version: 0.26.0
- Safetensors versio…
-
使用ms-swift版本为2.6.0.dev0,transformers库为4.45.2时报错
[rank1]: Traceback (most recent call last):
[rank1]: File "/home/xxx/anaconda3/envs/f_got/lib/python3.10/site-packages/transformers/models/auto/conf…
-
Operation steps:
1. Clone https://github.com/k2-fsa/sherpa-onnx.git.
2. Enter the go-api-examples/add-punctuation directory.
3. Download https://github.com/k2-fsa/sherpa-onnx/releases/download/punc…
-
Using the latest SHARK-Platform, ran into this error when trying to use it in other projects:
![image](https://github.com/user-attachments/assets/0d2e1002-4ae2-4fda-8860-6803099d75bd)
Might be w…
-
在加载模型的时候内存不够了,于是用int4量化的命令,发现以下报错信息
`(base) ~/PycharmProjects/GLM-4-Voice /GLM-4-Voice git:[main]
python model_server.py --host localhost --model-path THUDM/glm-4-voice-9b --port 10000 --dtype int4 …