Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

feat(model): add MPS support for Apple Silicon #395

feat(model): add MPS support for Apple Silicon

feat(model): add MPS support for Apple Silicon #395

Workflow file for this run

name: Codecov
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
coverage:
name: coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: make install
- name: Run coverage
run: make test-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3