Skip to content

Commit

Permalink
Enable InvokeLlama2WithResponseStreamAsync_ValidConfig_ShouldNotBeNul…
Browse files Browse the repository at this point in the history
…lOrEmpty test
  • Loading branch information
fbouteruche committed Mar 14, 2024
1 parent e982aa3 commit 3913216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rockhead.Extensions.Tests/Meta/Llama2Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task InvokeLlama2WithResponseStreamAsync_ShouldNotBeNullOrEmpty(Mod
Assert.NotNull(promptTokenCount);
}

[Theory(Skip = "Need to stabilize the extension method and the test")]
[Theory()]
[Trait("Category", "Integration")]
[MemberData(nameof(Models))]
public async Task InvokeLlama2WithResponseStreamAsync_ValidConfig_ShouldNotBeNullOrEmpty(Model.Llama2 model)
Expand Down

0 comments on commit 3913216

Please sign in to comment.