Update __init__.py
This commit is contained in:
parent
bcd609b1ac
commit
6709382617
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue