gguf-py : use snake_case in scripts entrypoint export
This commit is contained in:
parent
3e3cc7102f
commit
902de8826b
3 changed files with 6 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue