From 3e4a3e4fa8394b1b91950a534d3b8e23bbe6c922 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 25 Apr 2024 13:54:05 +0300 Subject: [PATCH] tests : fix fname ggml-ci --- examples/gguf-split/tests.sh | 0 examples/quantize/{test.sh => tests.sh} | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 examples/gguf-split/tests.sh rename examples/quantize/{test.sh => tests.sh} (100%) diff --git a/examples/gguf-split/tests.sh b/examples/gguf-split/tests.sh old mode 100644 new mode 100755 diff --git a/examples/quantize/test.sh b/examples/quantize/tests.sh similarity index 100% rename from examples/quantize/test.sh rename to examples/quantize/tests.sh