From c1796e5b48c9c28eb71d8de1ea4010bc50b5b208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=A9fossez?= Date: Tue, 17 Sep 2024 13:48:43 +0200 Subject: [PATCH] plop --- .github/ISSUE_TEMPLATE/bug.md | 4 ++-- .github/workflows/rust-ci.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index bafcfc0..b0f3d65 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -18,11 +18,11 @@ labels: bug, triage **Please fill this part, failure to do so will lead to your issue being directly closed.** -- Backend impacted (Torch, MLX, or Rust): +- Backend impacted (PyTorch, MLX, Rust, or Other): - Operating system (OSX, Windows, Linux): - Operating system version: -If the backend impacted is Torch: +If the backend impacted is PyTorch: - Python version: - PyTorch version: - CUDA version (run `python -c 'import torch; print(torch.version.cuda)'`): diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 0dec8d5..18cfe8d 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - rust: [stable, nightly] + rust: [stable] steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - rust: [stable, nightly] + rust: [stable] steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1