Skip to content

Commit

Permalink
Fix encoding in python scripts (ggerganov#7733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galunid committed Jun 5, 2024
1 parent 7d1a378 commit 7672ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions convert-hf-to-gguf-update.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# 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
Expand Down
1 change: 1 addition & 0 deletions convert-hf-to-gguf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from __future__ import annotations

Expand Down

0 comments on commit 7672ade

Please sign in to comment.