summaryrefslogtreecommitdiff
path: root/misc/ggml/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ggml/pkg-descr')
-rw-r--r--misc/ggml/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/ggml/pkg-descr b/misc/ggml/pkg-descr
new file mode 100644
index 000000000000..611fa3ef39ae
--- /dev/null
+++ b/misc/ggml/pkg-descr
@@ -0,0 +1,13 @@
+ggml is a tensor library for machine learning.
+
+Features:
+* Written in C
+* 16-bit float support
+* Integer quantization support (4-bit, 5-bit, 8-bit, etc.)
+* Automatic differentiation
+* ADAM and L-BFGS optimizers
+* Optimized for Apple Silicon
+* On x86 architectures utilizes AVX / AVX2 intrinsics
+* On ppc64 architectures utilizes VSX intrinsics
+* No third-party dependencies
+* Zero memory allocations during runtime