Merge branch 'master' into xsn/ggml_scale_bias

This commit is contained in:
Xuan Son Nguyen
2025-07-08 23:02:15 +02:00
223 changed files with 9797 additions and 7507 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,3 @@
#include "llama.h"
#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif
int main(void) {}

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e
# Array of models to iterate over

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Usage:
#

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -lt 2 ]; then
printf "Usage: $0 <git-repo> <target-folder> [<test-exe>]\n"