aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorunbounded <haakon@likedan.net>2023-04-08 00:09:18 +0200
committerGitHub <noreply@github.com>2023-04-08 00:09:18 +0200
commit62cfc54f77e519057110265b52b0d614fa363e2a (patch)
tree899b22495ef99e5e1661891c7ec0fd6de45aa43e /.gitignore
parent698f7b5d6316a1f8453b3b32fd0d637d24952ffd (diff)
Add quantize-stats command for testing quantization (#728)
Command that calculates some statistics over the errors introduced by quantization, like mean square error, max error and some percentile errors for layer weights. Should be useful for testing quantization improvements. Exposes some internal state from ggml and llama for testing
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a052543..d8dd34f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ models/*
/main
/quantize
+/quantize-stats
/result
/perplexity
/embedding