-
**Describe the bug**
Model I am using UniLM:
I use the following code to load the model.
```
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("micro…
-
https://github.com/robertknight/rten/pull/239 added an optimization that reduces the cost of KV-cache extension by a `Concat` op from `O(sequence_length)` to `O(1)`. This optimization currently does n…
-
Hi,
I have been using Table Transformer for a project related to extraction and I had a few questions regarding the pre and post processing of outputs:
1. Currently I am using the **DETR feature…
-
### What happened?
How to use the `Riksarkivet/satrn_htr` model with htrflow?
When trying to add it to the pipeline config and run ` htrflow pipeline pipeline 1.jpg` I get the following error:
```…
-
### Describe the bug
I installed text generation webui and downloaded the model(TheBloke_Yarn-Mistral-7B-128k-AWQ) and I can't run it. I chose Transofmer as Model loader. I tried installing autoawq b…
-
I was trying to export my fine-tuned TrOCR model to ONNX using following command. I didn't get any errors, but in onnx folder only encoder model is saved.
```
!python -m transformers.onnx --model=mo…
-
-
Description:
Following up after gaining valuable knowledge from '[OCR0027 Font Style Transfer Research](https://github.com/orgs/OpenPecha/projects/56/views/7?pane=issue&itemId=65728918)', we learn the…
-
### 🐛 Describe the bug
1. when to use ArgumentParser in custom handler from Basehandler, raise an error "model_service_worker.py: error: unrecognized arguments: --sock-type unix --sock-name /tmp/.ts.…
-
Hi there,
Thank you for the great work!
I have some problem.
In the Google colab environment
```
!git clone https://github.com/FasterDecoding/Medusa.git
%cd Medusa
!pip install -e .
!pyth…