From 9031e8c1f39b07278173580f8dbd83b7f8e6c618 Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Tue, 6 Feb 2024 13:23:11 +0300 Subject: [PATCH] Update test.c --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.c b/test.c index 75c27c92..8fb5346c 100644 --- a/test.c +++ b/test.c @@ -151,13 +151,13 @@ int main(int argc, char *argv[]) { \"Well, the sun is setting and it will be a beautiful night,\" replied her mom.\n\ The little girl looked up at the sky and smiled. \"I like it when the sun sets,\" she said.\n\ \"I know, sweetie. The"; - test_generate("That was the darkest day of the year.", "stories15M.bin", 0.7f, 100, 0.9f, expected); + test_generate("That was the darkest day of the year.", "/tmp/stories15M.bin", 0.7f, 100, 0.9f, expected); const char* expected2="It was dark and cold around. The little girl was feeling scared. She looked around and saw a big, dark room. She wanted to go in, but she was too scared.\n\ Suddenly, she heard a noise. It was coming from the corner of the room. She slowly walked over and saw a big, black cat. It was meowing and seemed to be trying to get her attention.\n\ The little girl was still scared, but she was also curious. She"; - test_generate ("It was dark and cold around.", "stories110M.bin", 0.3f, 103, 0.6f, expected2); + test_generate ("It was dark and cold around.", "/tmp/stories110M.bin", 0.3f, 103, 0.6f, expected2); printf("ALL OK\n"); }