summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorzachcp <zachcp@users.noreply.github.com>2024-11-17 14:27:24 -0500
committerGitHub <noreply@github.com>2024-11-17 20:27:24 +0100
commit12d7e7b1450f0c3f87c3cce3a2a1dd1674cb8fd7 (patch)
tree0d0b59c5538f1a61b6e9022b1bb7b39b6834db5d /.github
parenta3f200e36991418c25cddef0e09c426deea90606 (diff)
downloadcandle-12d7e7b1450f0c3f87c3cce3a2a1dd1674cb8fd7.tar.gz
candle-12d7e7b1450f0c3f87c3cce3a2a1dd1674cb8fd7.tar.bz2
candle-12d7e7b1450f0c3f87c3cce3a2a1dd1674cb8fd7.zip
More Model Module Docs (#2623)
* dinov2 * add another example * ad dinov2reg4 * eva2 * efficientvit * moondream * update t5 * update t5 * rwkv * stable diffusion docs * add wasm link * add segment_anything * adjsut for clippy * ignore bertdoc * dinov2 ignore * update block to be text * remove the rust blocks for the moment * bump python to 3.11 * add a setup-python step * add py311 to test as well
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml
index ee480c47..db255030 100644
--- a/.github/workflows/rust-ci.yml
+++ b/.github/workflows/rust-ci.yml
@@ -16,6 +16,9 @@ jobs:
rust: [stable]
steps:
- uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: "3.11"
- uses: actions-rs/toolchain@v1
with:
profile: minimal
@@ -35,6 +38,9 @@ jobs:
rust: [stable]
steps:
- uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: "3.11"
- uses: actions-rs/toolchain@v1
with:
profile: minimal