ctrlcplusv
ctrlcplusv
> > ImportError: This modeling file requires the following packages that were not found in your environment: flash_attn. Run `pip install flash_attn` > > 安装flash_attn的问题 答:先安装对应版本的cuda-nvcc,https://anaconda.org/nvidia/cuda-nvcc 再安装flash_attn,https://github.com/Dao-AILab/flash-attention/releases/ `pip install https://github.com/Dao-AILab/flash-attention/releases/download/v2.3.3/flash_attn-2.3.3+cu122torch2.1cxx11abiFALSE-cp38-cp38-linux_x86_64.whl`...
你好,我改成了aarch64但是还不能编译出chat.gnu.so库,这是咋回事 
> ``` > if __name__ == '__main__': > > # 阻止子进程重启 > import multiprocessing > multiprocessing.freeze_support() > # ------------------------------------ > > # 封装前运行 > uvicorn.run(app="api_v2:app", host="0.0.0.0", port=12233, workers=5) > ```...
我觉得问题出在'²+'这里,'²+'对应的语言是zh,但这不是中文符号,导致G2P出错