diff options
Diffstat (limited to 'examples/make-ggml.py')
-rwxr-xr-x[-rw-r--r--] | examples/make-ggml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make-ggml.py b/examples/make-ggml.py index f63d9fc2..6a34eeac 100644..100755 --- a/examples/make-ggml.py +++ b/examples/make-ggml.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 """ This script converts Hugging Face llama models to GGML and quantizes them. |