Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Conversation

@xwu-intel
Copy link

No description provided.

@xwu-intel xwu-intel marked this pull request as draft March 25, 2024 04:05
@xwu-intel xwu-intel changed the title Support latest Ray 2.10 release Refactor requirements and Support latest Ray 2.10 release Mar 25, 2024
@xwu-intel xwu-intel changed the title Refactor requirements and Support latest Ray 2.10 release Support latest Ray 2.10 release Mar 26, 2024
@xwu-intel xwu-intel marked this pull request as ready for review March 26, 2024 03:25
Copy link
Contributor

@carsonwang carsonwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. can you please merge master?

serve.start(http_options={"host": infer_conf.host, "port": infer_conf.port})
serve.run(
deployment,
_blocking=True,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we pass keep_serve_terminal and set it to the new blocking parameter in serve.run? Better to also rename keep_serve_terminal to blocking in our script which will be more consistent and easy to understand.

Copy link
Author

@xwu-intel xwu-intel Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep current logic for this PR. We printed something after this call.
Use a separate PR to address the parameter, In the new version, user should use Ctrl-C to stop the program after this blocking call.

@xwu-intel
Copy link
Author

Looks good. can you please merge master?

Do we decide to update to Ray 2.10? it's a breaking change that lower versions will not work.

@carsonwang
Copy link
Contributor

Looks good. can you please merge master?

Do we decide to update to Ray 2.10? it's a breaking change that lower versions will not work.

Yes, let's upgrade. Can you help create a branch in case if someone want to use Ray 2.9 or earlier versions, they can use that branch?

@xwu-intel
Copy link
Author

Looks good. can you please merge master?

Do we decide to update to Ray 2.10? it's a breaking change that lower versions will not work.

Yes, let's upgrade. Can you help create a branch in case if someone want to use Ray 2.9 or earlier versions, they can use that branch?

Created: https://github.com/intel/llm-on-ray/tree/llm-on-ray_for_ray_2.9

@carsonwang carsonwang merged commit 518e3b0 into intel:main Apr 9, 2024
@carsonwang
Copy link
Contributor

Merged this. thanks!

minmingzhu pushed a commit to minmingzhu/llm-on-ray that referenced this pull request Apr 11, 2024
* update

* fix blocking

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* fix setup and getting started

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* nit

Signed-off-by: Wu, Xiaochang <[email protected]>

* Add dependencies for tests and update pyproject.toml

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and test workflow

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and fix torch_dist.py

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update OpenAI SDK installation and start ray cluster

Signed-off-by: Wu, Xiaochang <[email protected]>

---------

Signed-off-by: Wu, Xiaochang <[email protected]>
minmingzhu pushed a commit to minmingzhu/llm-on-ray that referenced this pull request Apr 22, 2024
* update

* fix blocking

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* fix setup and getting started

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* nit

Signed-off-by: Wu, Xiaochang <[email protected]>

* Add dependencies for tests and update pyproject.toml

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and test workflow

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and fix torch_dist.py

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update OpenAI SDK installation and start ray cluster

Signed-off-by: Wu, Xiaochang <[email protected]>

---------

Signed-off-by: Wu, Xiaochang <[email protected]>
minmingzhu pushed a commit to minmingzhu/llm-on-ray that referenced this pull request May 6, 2024
* update

* fix blocking

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* fix setup and getting started

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* nit

Signed-off-by: Wu, Xiaochang <[email protected]>

* Add dependencies for tests and update pyproject.toml

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and test workflow

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and fix torch_dist.py

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update OpenAI SDK installation and start ray cluster

Signed-off-by: Wu, Xiaochang <[email protected]>

---------

Signed-off-by: Wu, Xiaochang <[email protected]>
minmingzhu pushed a commit to minmingzhu/llm-on-ray that referenced this pull request May 9, 2024
* update

* fix blocking

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* fix setup and getting started

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* nit

Signed-off-by: Wu, Xiaochang <[email protected]>

* Add dependencies for tests and update pyproject.toml

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and test workflow

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and fix torch_dist.py

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update OpenAI SDK installation and start ray cluster

Signed-off-by: Wu, Xiaochang <[email protected]>

---------

Signed-off-by: Wu, Xiaochang <[email protected]>
minmingzhu pushed a commit to minmingzhu/llm-on-ray that referenced this pull request May 16, 2024
* update

* fix blocking

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* fix setup and getting started

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* update

Signed-off-by: Wu, Xiaochang <[email protected]>

* nit

Signed-off-by: Wu, Xiaochang <[email protected]>

* Add dependencies for tests and update pyproject.toml

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and test workflow

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update dependencies and fix torch_dist.py

Signed-off-by: Wu, Xiaochang <[email protected]>

* Update OpenAI SDK installation and start ray cluster

Signed-off-by: Wu, Xiaochang <[email protected]>

---------

Signed-off-by: Wu, Xiaochang <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants