Patcher
Patcher
Which version of the opentelemetry sdk are you using? Mostly need to bump up the version constraint for it in pyproject.toml
Could you upgrade it to 1.30.0 or above and then test?
Ahhh I see, Lemme raise this to the CrewAI team Also what is the latest version they support?
For now, You could try a version before 1.30.0 of the OpenLIT SDK
I did get the PR merged that updates the OTel SDK dependency in CrewAI https://github.com/crewAIInc/crewAI/pull/2375
@pelikhan Would you be interested in fixing this in a PR, Seems like a small change? cc @AmanAgarwal041
@rudimk Just gave it a try and this seems to work, I tested it on multiple GPUs as well. I might do a few more tests on different NVIDIA GPUs....
@rudimk Alright so was able to add instrumentation for AMD GPU aswell using amdsmi. I don't right now have an access to AMD GPU so if you could test it...
cc @murnitur any thoughts on this?