Skip to content

Commit

Permalink
Replaced old cublas/cuda mention with vulkan
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nsky committed Jun 19, 2024
1 parent 8c8dde9 commit 7877f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLama/Native/Load/NativeLibraryWithVulkan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace LLama.Native
{
#if NET6_0_OR_GREATER
/// <summary>
/// A native library compiled with cublas/cuda.
/// A native library compiled with vulkan.
/// </summary>
public class NativeLibraryWithVulkan : INativeLibrary
{
Expand Down

0 comments on commit 7877f28

Please sign in to comment.