Skip to content

Commit 5743f1b

Browse files
committed
update docs ci
1 parent 88c23a4 commit 5743f1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
python -m pip install -e .[dev]
23+
python -m pip install -e .[dev,torch]
2424
- name: build docs
2525
run: |
2626
cd docs

docs/source/advancedusage/custom_handler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _(model: {_model_type}, ptype_data):
2929
VetiverModel(your_model, "your_model")
3030
```
3131

32-
If your datatype is a common type, please consider submitting a pull request.
32+
If your model is a common type, please consider [submitting a pull request](https://github.com/rstudio/vetiver-python/pulls).
3333

3434
## Different model implementation
3535
If your model's prediction function is different than vetiver's, you should create a custom handler with a `handler_predict` method to make predictions. Then, initialize your handler with your model, and pass the object into `VetiverModel`.

0 commit comments

Comments
 (0)