From 12d7e7b1450f0c3f87c3cce3a2a1dd1674cb8fd7 Mon Sep 17 00:00:00 2001 From: zachcp Date: Sun, 17 Nov 2024 14:27:24 -0500 Subject: 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 --- .github/workflows/rust-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') 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 -- cgit v1.2.3