-
Traceback (most recent call last):
File "main.py", line 89, in
num_predict=args.num_predict)
File "/home/hemengge/xlnet-pytorch/data_utils.py", line 335, in make_permute
is_masked = t…
-
Tutorial link: https://github.com/pytorch/tutorials/blob/master/intermediate_source/dynamic_quantization_bert_tutorial.rst
Version 1.8.0
Using either the Colab version or following the tutorial te…
-
-
## Environment info
- `adapters` version: 1.0.1
- `transformers` version: 4.45.2
- Platform: Linux-5.15.0-91-generic-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0…
-
### Describe the issue
I converted a xlnet model to onnx, and the model is 3 times slower compared to pytorch in centos 7. I tried add_session_config_entry("session.set_denormal_as_zero", "1") base…
-
python: 3.7
transformers: 4.9.2
pytorch: 1.8.1
```python
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("huawei-noah/TinyBERT_4L_zh")
model = AutoM…
-
First of all, thanks for creating this - as far as I can tell it's the only Pytorch local attention implementation that isn't a one-off created as part of a specific model.
My issue is that I'm usi…
-
I am trying to use xlnet base but getting an error:
learner = BertLearner.from_pretrained_model(databunch, args.model_name, metrics=metrics,
device=dev…
-
Hi, i am facing the following error in both running prcedure. Thank you
2024-10-25 06:49:11.996702: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: …
-
I am getting this error as soon as I get this
INFO:root:Writing example 0 of 9067886
I am running the standard code on a AWS Sagemaker with pytorch. Both the error stack and the code used is past…