Skip to content

Commit

Permalink
feat(machine-learning): add sglang
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao committed Jan 3, 2025
1 parent 5067a24 commit c0f6d35
Show file tree
Hide file tree
Showing 12 changed files with 2,629 additions and 199 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -793,7 +793,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -863,7 +863,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1370,7 +1370,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1448,7 +1448,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1498,7 +1498,7 @@ jobs:
- name: Install uv
uses: astral-sh/[email protected]
with:
version: 0.5.13
version: 0.5.14
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.static-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
uv run poe static-type-check-python --package=machine-learning.hm-mlflow.experiments.classify-mnist
uv run poe static-type-check-python --package=machine-learning.hm-mlflow.experiments.predict-diabetes
uv run poe static-type-check-python --package=machine-learning.hm-rasa
uv run poe static-type-check-python --package=machine-learning.hm-sglang
uv run poe static-type-check-python --package=machine-learning.hm-streamlit.applications.live-line-chart
uv run poe static-type-check-python --package=machine-learning.hm-streamlit.applications.map
uv run poe static-type-check-python --package=machine-learning.hm-supervision.detect-objects
Expand Down
Loading

0 comments on commit c0f6d35

Please sign in to comment.