Skip to content

Commit

Permalink
Bump LM-Kit.NET version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere authored Nov 27, 2024
1 parent 111b927 commit cec475f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LM-Kit-Maestro/LM-Kit-Maestro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LM-Kit.NET" Version="2024.11.8" />
<PackageReference Include="LM-Kit.NET.Backend.Cuda12.Windows" Version="2024.11.8" />
<PackageReference Include="LM-Kit.NET" Version="2024.11.9" />
<PackageReference Include="LM-Kit.NET.Backend.Cuda12.Windows" Version="2024.11.9" />
<PackageReference Include="Majorsoft.Blazor.Components.Common.JsInterop" Version="1.5.0" />
<PackageReference Include="Markdig" Version="0.38.0" />
<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.10" />
Expand Down
5 changes: 3 additions & 2 deletions tests/Services/DummyLLmFileManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ internal class DummyLLmFileManager : ILLMFileManager

public ObservableCollection<Uri> UnsortedModels { get; } = new ObservableCollection<Uri>();

public bool FileCollectingInProgress { get; private set; }

public bool FileCollectingInProgress { get; private set; }
public string ModelsFolderPath { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }

#pragma warning disable 67
public event EventHandler? FileCollectingCompleted;
#pragma warning restore 67
Expand Down

0 comments on commit cec475f

Please sign in to comment.