-
This is the code in the `transformers/src/transformers/models/bitnet.py`:
```
class SignSTEFunc(torch.autograd.Function):
@staticmethod
def forward(ctx, input):
ctx.save_for_backw…
-
## Setup
### Gather resources
1. Clone repository
`git clone https://github.com/ggerganov/whisper.cpp.git`
`cd whisper.app`
2. Download model
`sh ./models/download-ggml-model.sh medium…
-
### System Info / 系統信息
CUDA 12.4
Python 3.12
TORCH 2.5.1+cu124
2x3090
### Information / 问题信息
- [X] The official example scripts / 官方的示例脚本
- [ ] My own modified scripts / 我自己修改的脚本和任务
Is…
-
Hi TensorRT-LLM team, Your work is incredible.
By following the READme file for [multi-modeling](https://github.com/NVIDIA/TensorRT-LLM/blob/main/examples/multimodal/README.md), we were sucess to run…
-
### System Info
```
None of PyTorch, TensorFlow >= 2.0, or Flax have been found. Models won't be available and only tokenizers, configuration and file/data utilities can be used.
None of PyTorch,…
-
### System Info
NA
### Who can help?
@ArthurZucker
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
- [ ] An officially supported task in the `examples…
-
# ComfyUI Error Report
## Error Details
- **Node Type:** Miaoshouai_Tagger
- **Exception Type:** RuntimeError
- **Exception Message:** Failed to import transformers.models.cohere.configuration_c…
-
### System Info / 系統信息
cuda 12.2,centos7
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [X] docker / docker
- [ ] pip install / 通过 pip install 安装
- [ ] installation from source …
-
Hi! When I try to run the simple server I get this error:
> config.json: 100%|████████████████████████████████████████████████████████████████████| 811/811 [00:00
-
Reproduction:
```
lm_eval --model hf-multimodal \
--model_args pretrained=llava-hf/llava-1.5-7b-hf,max_images=1 \
--tasks mmmu_val \
--device cuda:0 \
--batch_size 8
```
Erro…