Skip to content

Commit

Permalink
Merge pull request #678 from SignalRT/master
Browse files Browse the repository at this point in the history
Disable Metal on CI UnitTest
  • Loading branch information
SignalRT authored Apr 19, 2024
2 parents 550f2f7 + b416966 commit ebc7c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LLama.Unittest/LLamaEmbedderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ private async Task CompareEmbeddings(string modelPath)
ContextSize = 8,
Threads = 4,
Embeddings = true,
GpuLayerCount = Constants.CIGpuLayerCount,
};
using var weights = LLamaWeights.LoadFromFile(@params);
using var embedder = new LLamaEmbedder(weights, @params);
Expand Down

0 comments on commit ebc7c24

Please sign in to comment.