Skip to content
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

[LLM] Example for deploy Mixtral model #2857

Merged
merged 31 commits into from
Dec 15, 2023
Merged

[LLM] Example for deploy Mixtral model #2857

merged 31 commits into from
Dec 15, 2023

Conversation

Michaelvll
Copy link
Collaborator

@Michaelvll Michaelvll commented Dec 11, 2023

This PR adds the example for deploying Mixtral model with both normal SkyPilot cluster and SkyServe.

Tested (run the relevant ones):

  • Code formatting: bash format.sh
  • Any manual or new tests for this PR (please specify below)
    • sky launch -c mixtral serve.yaml
    • sky serve up -n mixtral serve.yaml
  • All smoke tests: pytest tests/test_smoke.py
  • Relevant individual smoke tests: pytest tests/test_smoke.py::test_fill_in_the_name
  • Backward compatibility tests: bash tests/backward_comaptibility_tests.sh

@Michaelvll Michaelvll marked this pull request as ready for review December 12, 2023 10:25
Copy link
Collaborator

@concretevitamin concretevitamin left a comment

Choose a reason for hiding this comment

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

Awesome @Michaelvll! Some nits.

llm/mixtral/serve.yaml Show resolved Hide resolved
llm/mixtral/README.md Outdated Show resolved Hide resolved
llm/mixtral/README.md Show resolved Hide resolved
llm/mixtral/README.md Outdated Show resolved Hide resolved
cblmemo and others added 7 commits December 13, 2023 09:13
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Co-authored-by: Zhanghao Wu <zhanghao.wu@outlook.com>
llm/mixtral/README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@Michaelvll Michaelvll merged commit 23c780f into master Dec 15, 2023
19 checks passed
@Michaelvll Michaelvll deleted the mixtral branch December 15, 2023 02:16
remyleone pushed a commit to remyleone/skypilot that referenced this pull request Dec 26, 2023
* Add example for mixtral

* update the serve.yaml

* install dependencies

* remove useless file

* simplify port

* mixtral official doc

* fix model name

* Fix setup

* Add sky serve up and docs

* Use 2 replica instead

* Fix typo

* Add official doc

* fix

* fix

* nits

* Update llm/mixtral/README.md

Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>

* Update llm/mixtral/README.md

Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>

* Update sky/cli.py

Co-authored-by: Zhanghao Wu <zhanghao.wu@outlook.com>

* Add method for accessing the models

* Address comment

* Add optional:

* Fix news

* Update README.md

Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>

* Add skyserve docs link

* lint

* Fix readme and adopt changes from skypilot-org#2860

* fix mixtral link

* fix link

---------

Co-authored-by: cblmemo <cblmemo@gmail.com>
Co-authored-by: Zongheng Yang <zongheng.y@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants