Skip to content

fixes typo in JarvisLabs GPU types #317

fixes typo in JarvisLabs GPU types

fixes typo in JarvisLabs GPU types #317

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force