Check env var explicitly

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Datta Nimmaturi 2026-01-06 15:30:06 +05:30 committed by GitHub
commit 1d84ba5287

View file

@ -1197,8 +1197,7 @@ def get_statistics(local_files_only = False):
# You can disable this by setting UNSLOTH_DISABLE_STATISTICS
import os
global USE_MODELSCOPE
if "UNSLOTH_DISABLE_STATISTICS" in os.environ or USE_MODELSCOPE:
if "UNSLOTH_DISABLE_STATISTICS" in os.environ or os.environ.get("UNSLOTH_USE_MODELSCOPE", "0") == "1":
return
if local_files_only:
return