diff options
author | Galunid <karolek1231456@gmail.com> | 2024-06-05 19:07:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 03:07:24 +1000 |
commit | 7672adeec7a79ea271058c63106c142ba84f951a (patch) | |
tree | 2df8d379fceeb29528ee4d772525d40aaf6f4fa0 /convert-hf-to-gguf.py | |
parent | 7d1a378b8fb266782d9248538a661405aad80768 (diff) |
Fix encoding in python scripts (#7733)
Diffstat (limited to 'convert-hf-to-gguf.py')
-rwxr-xr-x | convert-hf-to-gguf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index ad071b97..afb9704c 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- from __future__ import annotations |