Skip to content

Update Lance backend to use native PyTorch integration (#46) #29

Update Lance backend to use native PyTorch integration (#46)

Update Lance backend to use native PyTorch integration (#46) #29

Workflow file for this run

name: Push docs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ".[docs]"
- run: mkdocs gh-deploy --force