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
Fangjun Kuang
2023-08-17 10:38:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-08-17 10:38:42 +0800
Commit
54eca59f198c54cd0aa977a0db4141dc0b46f5a4
54eca59f
1 parent
e31f9e48
Fix building .Net package (#280)
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
5 行删除
.github/workflows/release-go.yaml
scripts/dotnet/offline.cs
.github/workflows/release-go.yaml
查看文件 @
54eca59
...
...
@@ -2,15 +2,13 @@ name: release-go
on
:
push
:
branches
:
-
master
tags
:
-
'
*'
workflow_dispatch
:
inputs
:
version
:
description
:
"
Version
information(e.g.,
1.5.3)
or
auto"
description
:
"
Version
information(e.g.,
v
1.5.3)
or
auto"
required
:
true
env
:
...
...
@@ -192,7 +190,7 @@ jobs:
tree .
-
name
:
Release go
if
:
env.VERSION != ''
#
if
:
env.VERSION != ''
shell
:
bash
run
:
|
./scripts/go/release.sh
...
...
scripts/dotnet/offline.cs
查看文件 @
54eca59
...
...
@@ -69,7 +69,7 @@ namespace SherpaOnnx
[
StructLayout
(
LayoutKind
.
Sequential
)]
public
struct
OfflineTdnnModelConfig
{
public
Offline
Whisper
ModelConfig
()
public
Offline
Tdnn
ModelConfig
()
{
Model
=
""
;
}
...
...
请
注册
或
登录
后发表评论