Skip to content

Commit

Permalink
Fix macos CI (#62)
Browse files Browse the repository at this point in the history
* use 3.10 for macos

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* update

* remove 3.9 and less

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
aniketmaurya and pre-commit-ci[bot] authored Apr 24, 2024
1 parent ed31d63 commit 38b5b09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
testing-matrix: |
{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"python-version": ["3.8", "3.10"]
"python-version": ["3.10"],
}
# check-docs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.9]
requires: ["oldest", "latest"]
include:
- os: macos-latest
python-version: "3.10"
exclude:
- os: macos-latest
python-version: "3.9"

timeout-minutes: 35
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# LitServe

**High-throughput serving engine for AI models**
**High-throughput serving engine for AI models**

✅ Batching &nbsp; &nbsp; ✅ Streaming &nbsp; &nbsp; ✅ Auto-GPU, multi-GPU &nbsp; &nbsp; ✅ PyTorch/JAX/TF &nbsp; &nbsp; ✅ Full control &nbsp; &nbsp; ✅ Auth

Expand Down Expand Up @@ -171,7 +171,7 @@ LitServe supports multiple advanced state-of-the-art features.
| Feature | description |
|---|---|
| Accelerators | CPU, GPU, Multi-GPU |
| Auto-GPU | Detects and auto-runs on all GPUs on a machine |
| Auto-GPU | Detects and auto-runs on all GPUs on a machine |
| Model types | LLMs, Vision, Time series, any model type... |
| ML frameworks | PyTorch, Jax, Tensorflow, numpy, etc... |
| Batching ||
Expand Down

0 comments on commit 38b5b09

Please sign in to comment.