gguf-py : use snake_case in scripts entrypoint export

This commit is contained in:
Francis Couture-Harpin 2024-07-04 16:08:15 -04:00
parent 3e3cc7102f
commit 902de8826b
3 changed files with 6 additions and 15 deletions

View file

@ -1,7 +1,7 @@
# Usage:
#! ./llama-server -m some-model.gguf &
#! pip install pydantic
#! python json-schema-pydantic-example.py
#! python json_schema_pydantic_example.py
from pydantic import BaseModel, Extra, TypeAdapter
from annotated_types import MinLen