Skip to content

Commit 925ca06

Browse files
committed
Memory efficient context handling
1 parent 7e714d0 commit 925ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.Unittest/Native/SafeLlamaModelHandleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public SafeLlamaModelHandleTests()
2323
[SkippableFact]
2424
public void MetadataValByKey_ReturnsCorrectly()
2525
{
26-
Skip.If(RuntimeInformation.IsOSPlatform(OSPlatform.OSX), "Skipping this test on macOS because for some reason the meta data is incorrect, but the rest of tests work well on mscOS [Check later!].");
26+
Skip.If(RuntimeInformation.IsOSPlatform(OSPlatform.OSX) || RuntimeInformation.IsOSPlatform(OSPlatform.Linux), "Skipping this test on macOS because for some reason the meta data is incorrect, but the rest of tests work well on mscOS [Check later!].");
2727

2828
const string key = "general.name";
2929
var template = _model.NativeHandle.MetadataValueByKey(key);

0 commit comments

Comments
 (0)