-
## How to reproduce the error
1. Launch the Docker training environment
```console
$ cd flash-attention/training
$ docker build --tag 'flash-attention' .
$ docker run --interact…
-
i'am trying to run this code :
`from byaldi import RAGMultiModalModel
RAG = RAGMultiModalModel.from_pretrained("vidore/colpali")
RAG.index(
input_path=pdf_filepath,
index_name="image…
-
warnings.warn(
You have passed task=transcribe, but also have set `forced_decoder_ids` to [[1, None], [2, 50360]] which creates a conflict. `forced_decoder_ids` will be ignored in favor of
-
```
使用环境:
torch==2.4
transformers==4.45.dev0
torchvision==0.19.0
4*V100
NVIDIA-SMI 535.154.05
Driver Version: 535.154.05
CUDA Version: 12.2
微调命令:
CUDA_VISIBLE_DEVICES=0,1,…
-
This question consists of multiple CSV files (In the Zipped Folder) with ‘large texts’
in one of the columns in each file. Your job is to use the open-source NLP
(Natural Language Processing) libr…
-
### Your current environment
Collecting environment information...
INFO 08-28 14:32:56 importing.py:10] Triton not installed; certain GPU-related functions will not be available.
WARNING 08-28 14:3…
-
I tried to compile `TinyLlama-1.1B-Chat-v1.0` model to vmfb but failed. The parameter data type unmatch in torch.nn.functional.scaled_dot_product_attention(). How can I fix it?
PS. I based on commi…
-
-
### Describe the issue
Issue:
https://huggingface.co/liuhaotian/llava-v1.6-34b/discussions/15
If I manually download the weights from the huggingrface website, I face this error.
Command:
```…
-
Thanks for your published code.
I encounter one problem when running the code as described in the Usage.
My code is as follows
```python
import torch
from transformers import AutoTokenizer,…