-
Notifications
You must be signed in to change notification settings - Fork 6.3k
[CI] Re-enable isort for python/ray/data #52734
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
base: master
Are you sure you want to change the base?
[CI] Re-enable isort for python/ray/data #52734
Conversation
) | ||
from ray.core.generated.export_dataset_metadata_pb2 import ( | ||
Operator as ProtoOperator, | ||
) | ||
from ray.core.generated.export_dataset_metadata_pb2 import ( | ||
SubStage as ProtoSubStage, | ||
) | ||
from ray.core.generated.export_dataset_metadata_pb2 import ( | ||
Topology as ProtoTopology, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this splitting looks weird. why they are not merged but split?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created another PR to address this #52742
I turned this PR to draft to avoid introducing additional changes other than python/ray/data
in this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aslonnie I've rebased with the master branch and it should be good now.
python/ray/data/llm.py
Outdated
) | ||
from ray.llm._internal.batch.processor import ( | ||
Processor, | ||
) | ||
from ray.llm._internal.batch.processor import ( | ||
ProcessorConfig as _ProcessorConfig, | ||
) | ||
from ray.llm._internal.batch.processor import ( | ||
SGLangEngineProcessorConfig as _SGLangEngineProcessorConfig, | ||
) | ||
from ray.llm._internal.batch.processor import ( | ||
vLLMEngineProcessorConfig as _vLLMEngineProcessorConfig, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does the splitting happen?
Signed-off-by: Chi-Sheng Liu <[email protected]>
650166e
to
7a17c94
Compare
Why are these changes needed?
Follow-up for #52712
Related issue number
N/A
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.