diff --git a/LLama.Unittest/LLavaWeightsTests.cs b/LLama.Unittest/LLavaWeightsTests.cs index 0e460bc5..9ca0a724 100644 --- a/LLama.Unittest/LLavaWeightsTests.cs +++ b/LLama.Unittest/LLavaWeightsTests.cs @@ -32,7 +32,7 @@ namespace LLama.Unittest _lLavaWeights.Dispose(); } - [Fact] + [Fact(Skip = "Very very slow in CI")] public void EmbedImageAsFileName() { int n_past = 0; @@ -40,7 +40,7 @@ namespace LLama.Unittest Assert.True( _lLavaWeights.EvalImageEmbed( _context, emb, ref n_past ) ); } - [Fact] + [Fact(Skip = "Very very slow in CI")] public void EmbedImageAsBinary() { int n_past = 0;