我的操作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天前 2℃ 0评论
我的操作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 离线测试 ... 4天前 3℃ 0评论