-
### System Info
mac chrome, webgpu support
### Environment/Platform
- [X] Website/web-app
- [ ] Browser extension
- [ ] Server-side (e.g., Node.js, Deno, Bun)
- [ ] Desktop app (e.g., Electron)
- […
-
```
❯ python …
-
**Bug description**
When trying to run inference using EsmForProteinFolding from HuggingFace transformers library on Windows, an exception is raised
**Reproduction steps**
Code:
from transformer…
-
**The bug**
I'm trying to run llaam-2-7b-chat-hf with togtherAI client. But I'm getting following error from tokenizer.
```
Exception: The tokenizer provided to the engine follows a non-ChatML fo…
-
I am trying to fine tune Layout LM v3 on my custom data for document layout analysis (distinguishing between text, table and figure). but I am encountering following issue:
Traceback (most recent c…
-
The Package should be able to either download or use already downloaded translation models and run translation efficiently. It means it should be able to utilize multiple CPUs.
The main challenge i…
-
Additionally, it might be interesting to consider adding GGUFed version of more models?
![image](https://github.com/user-attachments/assets/0414d354-47db-4dfa-b4de-cd3443217bbe)
-
Cannot load the model.
code
from sentence_transformers import SentenceTransformer
model = SentenceTransformer("../../models/consbert/unsup-consert-base-atec_ccks") # the model path
Error messag…
-
Just cloned your repo down. Tried following through the readme and ran into an issue with bootstrap_models.py
```
$ python bootstrap_models.py
NOTE: You can change the default downloaded model…
-
When I was trying out some other T5 models and those models used the T5Tokenizer
for eg. `ct2-transformers-converter --model Rostlab/prot_t5_xl_uniref50 --output_dir ./prot-t5-ct2/ `
There is an E…