coding-llm-space / src /__init__.py
girish00's picture
Upload folder using huggingface_hub
07a91a1 verified
raw
history blame contribute delete
181 Bytes
"""Source package for coding-llm."""
import os
# Avoid TensorFlow/Keras import path conflicts in mixed Python environments.
os.environ.setdefault("TRANSFORMERS_NO_TF", "1")