Hi, thank you for your great work!
I'm encountering an issue related to the ray dependency and would like to confirm which version of ray you are using.
My current environment is:
python 3.10
vllm 0.7.0
ray 2.45.0
When I run the code, I get the following error:
Traceback (most recent call last):
...
ModuleNotFoundError: No module named 'ray._private.ray_logging.filters'; 'ray._private.ray_logging' is not a package
It seems like skythought is trying to import an internal module that may no longer exist in the newer version of ray. Could you let me know the specific ray version you're using for compatibility?
Thanks in advance!
Hi, thank you for your great work!
I'm encountering an issue related to the
raydependency and would like to confirm which version ofrayyou are using.My current environment is:
When I run the code, I get the following error:
It seems like
skythoughtis trying to import an internal module that may no longer exist in the newer version ofray. Could you let me know the specificrayversion you're using for compatibility?Thanks in advance!