Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
RayTBRP
/
codellama-CodeLlama-7b-Python-hf
like
0
Safetensors
Model card
Files
Files and versions
xet
Community
c0c5506
codellama-CodeLlama-7b-Python-hf
/
Pytorch
/
Lib
/
distutils
/
debug.py
RayTBRP
Upload 3580 files
ed05cec
verified
over 1 year ago
raw
Copy download link
history
blame
139 Bytes
import
os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get(
'DISTUTILS_DEBUG'
)