Skip to content

必须 cuda吗, ecs+ cpu可以吗 #45

@nmww

Description

@nmww

关键日志分析
gRPC 连接失败:
subchannel.cc:806] subchannel ...: connect failed (UNKNOWN:connect: Network is unreachable (101))
这表明程序尝试连接到某个远程服务(可能是用于监控或日志的 otlp.uptrace.dev),但网络不可达。这可能是因为网络配置问题或服务不可用。
CUDA 警告:
FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead.
这表明程序中使用了 PyTorch 的 CUDA 功能,但你的服务器只有 CPU。虽然这只是一个警告,但它表明程序可能尝试使用 GPU 加速。
翻译文件缺失:
Translation file for zh-CN not found. Using default translation en-US.
这表明程序尝试加载中文翻译文件,但未找到,因此使用了默认的英文翻译。
模型下载:
download models from model hub: ms
这表明程序正在尝试从模型库下载模型。确保你的网络可以访问模型库。

Image

上传音频成功后,等待一会提供 无法获取服务, 就死了
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions