Spaces:
Running
Running
File size: 181 Bytes
07a91a1 | 1 2 3 4 5 6 7 | """Source package for coding-llm."""
import os
# Avoid TensorFlow/Keras import path conflicts in mixed Python environments.
os.environ.setdefault("TRANSFORMERS_NO_TF", "1")
|