Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 83190b7

Browse files
committed
Update Microsoft.ML.OnnxRuntime to 1.16.1
1 parent 14eae97 commit 83190b7

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

OnnxStack.Console/OnnxStack.Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
12+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
1313
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
14-
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.0" />
14+
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.1" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

OnnxStack.Core/OnnxStack.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="7.0.0" />
4444
<PackageReference Include="Microsoft.ML" Version="2.0.1" />
4545
<PackageReference Include="Microsoft.ML.OnnxRuntime.Extensions" Version="0.9.0" />
46-
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.16.0" />
46+
<PackageReference Include="Microsoft.ML.OnnxRuntime.Managed" Version="1.16.1" />
4747
</ItemGroup>
4848

4949
</Project>

OnnxStack.StableDiffusion/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,12 @@ Each model can be assigned to its own device, which is handy if you have only a
142142

143143
```json
144144
{
145-
"Logging": {
146-
"LogLevel": {
147-
"Default": "Information",
148-
"Microsoft.AspNetCore": "Warning"
149-
}
150-
},
151-
"AllowedHosts": "*",
145+
"Logging": {
146+
"LogLevel": {
147+
"Default": "Information",
148+
"Microsoft.AspNetCore": "Warning"
149+
}
150+
},
152151

153152
"OnnxStackConfig": {
154153
"Name": "StableDiffusion 1.5",

OnnxStack.WebUI/OnnxStack.WebUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="AspNetCore.Unobtrusive.Ajax" Version="2.0.0" />
12-
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.0" />
12+
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.16.1" />
1313
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)