-
# Prob and some fix
I'm using flash_attn==2.3.3 to load my finetuned LLaMa2 model (13B), but get an error when using the Flash_attn. In /flash_attn/bert_padding.py#L41 there is an error : IndexError:…
-
Hi, I was wondering if you test the accuracy using espnet onnx. I have encountered accuracy drop issue from ~5% wer to 12% wer after using onnx. Just wondering if anyone encounter the same issue.
-
Mirroring [changelog](https://github.com/snakers4/silero-models/blob/master/changelog.md)
Some important changes, too small for a release
-
I run the code for persona dataset by following command.
preprocess 0
```shell
bash src/persona_preprocess.sh
```
preprocess 1
```
python ./src/preprocess.py -dataset persona -mode raw_to_json …
-
Hi, i have installed , lightseq, fairseq, sacremoses using the following command
```
pip install lightseq==2.0.2
pip install fairseq
pip install sacremoses
conda install pytorch==1.7.1 torchvis…
-
### Feature request
Musicgen was recently added to 🤗 Transformers ([model doc](https://huggingface.co/docs/transformers/model_doc/musicgen)) and it would be great to be able to export those models to…
-
When I tested Qwen2-7B on this library, it reported some errors.
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
from intel_npu_acceleration_library import NPUModelForCausalL…
-
Hi,
Thanks for your work.
When trying to run few-shot-pretrained-100k.sh with the "car" dataset, the pl_train file looks for this dataset_readers.get_dataset_reader in t-few's configs, but it's not…
-
when i run python read.py clip4str_large_3c9d881b88.pt --images_path misc/test_image/
The following error occurred:
root@e33ba27efab3:/workspace/data_dir/data_user/zyy/OCR/CLIP4STR-main# python …
-
Are there any instructions available on how to export the T5x models to other formats, for instance to PyTorch (or to another format that then can be exported to PyTorch)? I am trying to export a fine…