Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Zazzle516
2024-10-17 14:50:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-10-17 14:50:04 +0800
Commit
4783c8f59047a68e599c1d993d5d6e335f9c426d
4783c8f5
1 parent
620597f5
fix "log10" compile error by import CMATH lib (#1438)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
sherpa-onnx/csrc/offline-whisper-model.cc
sherpa-onnx/csrc/offline-whisper-model.cc
查看文件 @
4783c8f
...
...
@@ -5,6 +5,7 @@
#include "sherpa-onnx/csrc/offline-whisper-model.h"
#include <algorithm>
#include <cmath>
#include <string>
#include <tuple>
#include <unordered_map>
...
...
请
注册
或
登录
后发表评论