Browse Source

Disable Llava Embed test on CI

tags/0.11.0
SignalRT 2 years ago
parent
commit
4c013aefd4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      LLama.Unittest/LLavaWeightsTests.cs

+ 2
- 2
LLama.Unittest/LLavaWeightsTests.cs View File

@@ -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;


Loading…
Cancel
Save