4. 执行部署脚本 4.1 下载并上传权重文件 下载权重文件到本地,然后上传到服务器的/Lab/seamless_communication/model文件夹中。 4.2 修改配置文件 修改以下文件,将网络地址替换为本地文件路径: unity_nllb-100.yaml seamlessM4T_v2_large.yaml vocoder_v2.yaml xlsr2_
Huggingface网址Seamless M4T v2 - a Hugging Face Space by facebook 可以简单在线使用 Seamless M4T网页端 如果需要部署到本地的话,以安装到AutoDL(或者其他Linux服务器)为例: 1、获取seamless_communication代码库 #克隆代码库到本地 git clone https://github.com/facebookresearch/seamless_communication.git #安...