Skip to content

Commit

Permalink
change paths to make this branch mlx only
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Fatir Ansari committed Apr 5, 2024
1 parent 45e9e60 commit 5740e8c
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 762 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,6 @@ jobs:
- name: Type checks with mypy
run: mypy src test

test:
strategy:
max-parallel: 4
fail-fast: false
matrix:
python-version: ["3.11"]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install ".[test]" -f https://download.pytorch.org/whl/cpu/torch_stable.html
- name: Test with pytest
run: pytest --ignore-glob="test/*_mlx.py" test/

test-mlx:
strategy:
max-parallel: 4
Expand All @@ -64,4 +43,4 @@ jobs:
- name: Install dependencies
run: pip install ".[mlx,test]" -f https://download.pytorch.org/whl/cpu/torch_stable.html
- name: Test with pytest
run: pytest test/*_mlx.py
run: pytest test/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "chronos"
name = "chronos_mlx"
version = "1.1.0"
requires-python = ">=3.8"
license = { file = "LICENSE" }
Expand Down
Loading

0 comments on commit 5740e8c

Please sign in to comment.