Skip to content

Commit 3c80458

Browse files
committed
issue/252: 格式修改
1 parent b33dcf5 commit 3c80458

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
$tests = @("add","gemm","mul","random_sample","swiglu","clip")
7777
foreach ($t in $tests) {
7878
& $exe "$base\$t.gguf" "--cpu" "--warmup" "0" "--run" "0"
79-
}
79+
}

scripts/gguf_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def main():
4040
sys.exit(1)
4141

4242
if __name__ == "__main__":
43-
main()
43+
main()

0 commit comments

Comments
 (0)