-
I have the following Torchserve handler and dockerfile, but I’m getting prediction failed:
`from ts.torch_handler.base_handler import BaseHandler
from transformers import AutoModelWithLMHead, Auto…
-
**Problem**
It's a pretty common pattern with Django classes to contain enums/choices classes as a nested class within the model class that uses the enum. If there are multiple nested classes with th…
-
CSV transaction importer with all its column typing and mapping is really smart and neat feature. It still falls short in various real-world cases, this ticket tries to enumerate seemingly low-hanging…
-
## What are the problems/open questions at hand?
- _Prisma_ does not allow for a dynamic selection of tables based on db schema.
- Can we be sure that the schema and models are populated before …
-
I am following the sentence transformers example to train embeddings using SimCSE following a [colab notebook](https://colab.research.google.com/drive/1gAjXcI4uSxDE_IcvZdswFYVAo7XvPeoU?usp=sharing#scr…
-
The Nightly CI for {{ env.GITHUB_SERVER_URL }}/{{ env.GITHUB_REPOSITORY }}/actions/runs/{{ env.GITHUB_RUN_ID }} failed.
when using --include=node3 ,deepspeed parser error ,but --include=node3:1,2,3,4,…
-
In object-oriented programmes the meaning of a property `name` of a class `Employee` is *bound to a class*. An *Employee_name* is *not* the same as a *Company_name* (a `name` property bound to a class…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### System Info
docker image: ```huggingface/transformers-pytorch-deepspeed-latest-gpu:latest```
- `transformers` version: 4.36.0.dev0
- Platform: Linux-6.2.0-37-generic-x86_64-with-glibc2.29
- Py…
-
I get this error:
```
chat_template, stop_word, yes_map_eos_token, ollama_modelfile = CHAT_TEMPLATES[chat_template]
~~~~~~~~~…