Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Sep 20, 2023
1 parent c98b338 commit dd4cc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_context_cloning.c
@@ -1,6 +1,7 @@
// Tests that evaluation works after the context was cloned.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#include <rwkv.h>

Expand Down
1 change: 1 addition & 0 deletions tests/test_logit_calculation_skipping.c
@@ -1,6 +1,7 @@
// Tests that evaluation works when the logits parameter was set to NULL.
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#include <rwkv.h>

Expand Down

0 comments on commit dd4cc2b

Please sign in to comment.