passerbya

Results 11 comments of passerbya

Using version 1.6.2 can fixed this issues

Using version 1.6.2 can fixed this issues

Using version 1.6.2 can fixed this issues

![图片](https://github.com/linto-ai/whisper-timestamped/assets/758077/26a922fc-b6a3-4bd8-972f-196ce8297287) I have also encountered the same issue.

![Image](https://github.com/user-attachments/assets/36fc1739-854b-487e-9e4d-8516d3c41125) 加了打印发现有 padded_t: 2, padding_num: 2, _t_a_r_g_e_t_s_.size(-1): 0 这样的输出 不知道把:padded_t = padding_num + _t_a_r_g_e_t_s_.size(-1) 改为:padded_t = max(padding_num + _t_a_r_g_e_t_s_.size(-1), padding_num + 1) 能不能解决问题

我也遇到了这个问题,我的CPU是E5-2667 v2,有 AVX、无 AVX2,报非法指令

自己编译又遇到了:段错误,以下是gdb信息 (base) [root@localhost pybind]# gdb ./eager_generator GNU gdb (GDB) Red Hat Enterprise Linux 9.2-10.el7 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This...

(paddleocr3) [root@localhost build]# export FLAGS_call_stack_level=2 (paddleocr3) [root@localhost build]# export GLOG_v=4 (paddleocr3) [root@localhost build]# paddleocr ocr -i /root/1.jpg \ > --use_doc_orientation_classify False \ > --use_doc_unwarping False \ > --use_textline_orientation False 非法指令...

不过我搞定编译Paddle3.2.2了 1)先安装centos7自带的gcc10,然后再编译一个gcc10.2.0到/usr/local/gcc10,只升级glibc到2.27以上是不行的 # 先确保 scl 源是有的(如果之前没装过) yum install -y centos-release-scl yum install -y devtoolset-10-gcc devtoolset-10-gcc-c++ # 然后装 devtoolset-10 的整套工具链(包含运行时) yum install -y devtoolset-10-toolchain scl --list scl enable devtoolset-10 bash gcc...

编译后.whl安装后运行是没有问题的。编译报malloc_consolidate(): invalid chunk size主要原因还是/lib64/libc.so.6与/lib64/libstdc++.so.6版本不匹配造成的