-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Torch 2.5.1 and xformers 0.0.28.post3 error when testing OmniGen - ImportError: DLL load failed while importing libtriton: A dynamic link library (DLL) initialization routine failed. #13
Comments
torch 2.4.1 same error I am ready to try debugging the reason |
test.py works on this venv - the test code on readme (venv) G:\OmniGen_v1>python test.py (venv) G:\OmniGen_v1> |
@woct0rdho i am waiting your return for debugging :D |
It can be tricky to make sure which Python a venv uses. Are you sure that you're using the same Python in your |
yep using 100% same python and venv what else i can test? |
What is your In your first post, why does it run Python code like |
ok here i modified bat file to test all at once
test.py
here results you will see that pip freeze and then test.py worked successfully
|
I honestly have no idea... |
any hint that i can try to debug? i can also send you scripts this is my linked in : https://www.linkedin.com/in/furkangozukara/ this is my email : [email protected] |
In
Maybe you can remove the (Remember to revert the modifications after the debugging) |
|
the same problem: import triton |
follow the readme, the update these files, work on successful |
@zeusftk you were having error when running test python code right? it works on my case |
i noticed when installing triton 3.1.0 update5 after first uninstalling all triton versions, when reinstalling it shows - Requirement already satisfied: filelock in c:\ai\comfyui_windows_portable\python_embeded\lib\site-packages (from triton==3.1.0) (3.13.1) yet when i check installed version it shows 3.1.0 not 3.13.1, which doesnt show up in pip. im wondering if some of the dependencies have been changed in the original pull from openai's triton-lang repo. when i uninstall all works fine without the triton hooks, yet 3.13.1 is still installed but not called/used. |
@synystersocks 3.13.1 is the version of the package |
@woct0rdho Thank you for replying and confirming this is an expected dependancy :D il continue digging :) |
The text was updated successfully, but these errors were encountered: