From 3e33574374c0228ca223739842654cca5e0e4851 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Mon, 11 Nov 2024 14:46:08 -0800 Subject: [PATCH] run rust test on ubuntu instead of 1-gpu-runner (#2003) --- .github/workflows/pr-test-rust.yml | 2 +- rust/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index 82baf733d..5dcf706a5 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -18,7 +18,7 @@ concurrency: jobs: unit-test-rust: if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request' - runs-on: 1-gpu-runner + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/rust/README.md b/rust/README.md index 0b5d7e2d3..63d8a2317 100644 --- a/rust/README.md +++ b/rust/README.md @@ -20,6 +20,7 @@ cargo --version - Python with pip installed + ## Build Process ### 1. Build Rust Project