Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
koichi12
/
llm_tutorial
like
3
Model card
Files
Files and versions
xet
Community
main
llm_tutorial
/
.venv
/
lib
/
python3.11
/
site-packages
/
charset_normalizer
/
version.py
koichi12
Add files using upload-large-folder tool
32b3a70
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.1"
VERSION = __version__.split(
"."
)