-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Question] How to run alpa-serve? #100
Comments
Certainly. Here's a summarized paragraph: Setting up Alpa-Serve for parallel processing on your server involves several key steps. Begin by configuring Alpa-Serve using provided or customized configuration files. Launch Alpa-Serve as a server process, considering the need for multiple instances to handle parallel tasks efficiently. Integrate Alpa-Serve with Ray, a prerequisite package, to enable distributed task execution. Develop a job distribution strategy, scripting the submission of tasks to Alpa-Serve with specified parallelism levels. Implement monitoring, scaling, error handling, and fault tolerance mechanisms, ensuring the system's reliability. Rigorous testing and benchmarking are essential before deployment, and comprehensive documentation will facilitate maintenance and troubleshooting. Seek support from the Alpa-Serve community if specific issues arise during setup, tailoring your configuration to meet your unique server requirements. |
Thanks for your answer. Now, i can get a model placement using alpa-serve simulator. and run it. But, i have more question about source code. mms/alpa_serve/placement_policy/base_policy.py Lines 329 to 400 in dba47b1
Thanks to read my questions. |
Could you please provide a detailed explanation of how to run AIpaserve? |
Hi.
I am interested in your nice work.
I want to get a parallel configuration for my server.
I read your codes but it is hard to find some documents or steps for Alpa-serve (not Alpa).
Can you give some advice to run alpa-serve system on a server?
(To get a parallel configuration, how to use alpa-serve?)
I already installed pre-requisite package (ray and other python packages).
The text was updated successfully, but these errors were encountered: