微信搜索superit|邀请体验:大数据, 数据管理、OLAP分析与可视化平台 | 赞助作者:赞助作者

标签:faster

我的操作

hf-download.py下载git模式

from huggingface_hub import snapshot_download, hf_hub_download import sys print("所有参数:", sys.argv) if len(sys.argv) < 2: print("缺少ht...

1个月前 (07-30) 6℃

我的操作

Python实现语音识别(faster-whisper

文章目录 1、简介 1.1 CTranslate2 1.2 Intel MKL 1.3 cuDNN 1.4 Transformer 2、下载和安装 2.1 命令行 2.2 代码 3、模型下载 3.1 在线测试 3.1.1 tiny 3.1.2 large-v2 3.2 离线测试 ...

1个月前 (07-27) 6℃