You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, congrats on your great work, and thank you for open-sourcing it!
When I setup a virtual environment using CUDA12.4, python 3.11.10 and install all required packages during inference I get the
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/transformers/utils/generic.py:441: FutureWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
_torch_pytree._register_pytree_node(
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/transformers/utils/generic.py:309: FutureWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead.
_torch_pytree._register_pytree_node(
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/xformers/ops/fmha/flash.py:211: FutureWarning: torch.library.impl_abstract was renamed to torch.library.register_fake. Please use that instead; we will remove torch.library.impl_abstract in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_fwd")
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/xformers/ops/fmha/flash.py:344: FutureWarning: torch.library.impl_abstract was renamed to torch.library.register_fake. Please use that instead; we will remove torch.library.impl_abstract in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_bwd")
Segmentation fault (core dumped)
Do you have any idea what might be the reason?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi!
First of all, congrats on your great work, and thank you for open-sourcing it!
When I setup a virtual environment using CUDA12.4, python 3.11.10 and install all required packages during inference I get the
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/transformers/utils/generic.py:441: FutureWarning:
torch.utils._pytree._register_pytree_node
is deprecated. Please usetorch.utils._pytree.register_pytree_node
instead._torch_pytree._register_pytree_node(
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/transformers/utils/generic.py:309: FutureWarning:
torch.utils._pytree._register_pytree_node
is deprecated. Please usetorch.utils._pytree.register_pytree_node
instead._torch_pytree._register_pytree_node(
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/xformers/ops/fmha/flash.py:211: FutureWarning:
torch.library.impl_abstract
was renamed totorch.library.register_fake
. Please use that instead; we will removetorch.library.impl_abstract
in a future version of PyTorch.@torch.library.impl_abstract("xformers_flash::flash_fwd")
/home/levon.khachatryan/projects/VideoSBG/FollowYourCanvas/venv/lib/python3.11/site-packages/xformers/ops/fmha/flash.py:344: FutureWarning:
torch.library.impl_abstract
was renamed totorch.library.register_fake
. Please use that instead; we will removetorch.library.impl_abstract
in a future version of PyTorch.@torch.library.impl_abstract("xformers_flash::flash_bwd")
Segmentation fault (core dumped)
Do you have any idea what might be the reason?
Thanks in advance.
The text was updated successfully, but these errors were encountered: