From 6709382617ecb32dc7ec6ba433ee681d775afb5b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Mon, 8 Sep 2025 04:57:04 -0700 Subject: [PATCH] Update __init__.py --- unsloth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsloth/__init__.py b/unsloth/__init__.py index 3223966cdc..cb19c06799 100644 --- a/unsloth/__init__.py +++ b/unsloth/__init__.py @@ -99,7 +99,7 @@ elif (DEVICE_TYPE == "cuda") and (os.environ.get("UNSLOTH_VLLM_STANDBY", "0")==" ("expandable_segments:True" in os.environ.get("PYTORCH_CUDA_ALLOC_CONF", "")): warnings.warn( "Unsloth: `UNSLOTH_VLLM_STANDBY` is on, but `expandable_segments` is on.\n"\ - "We will remove `expandable_segments`." + "We will remove `expandable_segments`.", stacklevel = 2, ) os.environ["PYTORCH_CUDA_ALLOC_CONF"] = re.sub(