We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b4141 commit fe0814cCopy full SHA for fe0814c
2 files changed
.readthedocs.yml
@@ -6,8 +6,10 @@ build:
6
tools:
7
python: "mambaforge-23.11"
8
jobs:
9
- pre_create_environment:
+ post_install:
10
+ # https://github.com/weiji14/cog3pio/pull/71
11
- export MATURIN_PEP517_ARGS="--features cuda,pyo3";
12
+ pip install -v "cog3pio[cuda] @ git+https://github.com/weiji14/cog3pio.git@ce268b0ccb58ff0c7e329cdf38f2326a4fac22e9"
13
14
# Build documentation in the docs/ directory with Sphinx
15
sphinx:
ci/doc.yml
@@ -18,4 +18,3 @@ dependencies:
18
- pip:
19
# relative to this file. Needs to be editable to be accepted.
20
- --editable ..
21
- - cog3pio[cuda] @ git+https://github.com/weiji14/cog3pio.git@178a3ffb8163c97f7af9e71bc68b6545a4e8e192 # https://github.com/weiji14/cog3pio/pull/71
0 commit comments