Chattr / src /chattr /__init__.py
MH0386's picture
Add HuggingFace sync
b380004 verified
raw
history blame contribute delete
141 Bytes
"""A module for configuring and initializing."""
from warnings import filterwarnings
filterwarnings("ignore", category=DeprecationWarning)