mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Matched the other encode calls
This commit is contained in:
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ from skbuild import setup
|
||||
from pathlib import Path
|
||||
|
||||
this_directory = Path(__file__).parent
|
||||
long_description = (this_directory / "README.md").read_text(encoding='UTF-8')
|
||||
long_description = (this_directory / "README.md").read_text(encoding="utf-8")
|
||||
|
||||
setup(
|
||||
name="llama_cpp_python",
|
||||
|
||||
Reference in New Issue
Block a user