diff options
author | Brian <mofosyne@gmail.com> | 2024-05-05 15:07:48 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 08:07:48 +0300 |
commit | 6fbd43221167bf96112f899daf22c127b282cbcf (patch) | |
tree | 46a6c8d157adc202f7ac9fa46b85f5df50618c15 /convert-hf-to-gguf-update.py | |
parent | 842500144ee02c8b0a46d2cc43880f8d80998fa5 (diff) |
py : logging and flake8 suppression refactoring (#7081)
Set one as executable and add basicConfig()
to another. Also added noqa tag to test scripts.
Diffstat (limited to 'convert-hf-to-gguf-update.py')
-rwxr-xr-x[-rw-r--r--] | convert-hf-to-gguf-update.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/convert-hf-to-gguf-update.py b/convert-hf-to-gguf-update.py index 917a4469..b41a9290 100644..100755 --- a/convert-hf-to-gguf-update.py +++ b/convert-hf-to-gguf-update.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # This script downloads the tokenizer models of the specified models from Huggingface and # generates the get_vocab_base_pre() function for convert-hf-to-gguf.py # |