mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-29 05:52:11 +00:00
Fixing the github action.
This commit is contained in:
parent
23d9b8aec5
commit
7b1c585019
11
.github/workflows/tests.yaml
vendored
11
.github/workflows/tests.yaml
vendored
@ -20,20 +20,13 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
group: aws-highmemory-32-plus-priv
|
group: aws-highmemory-32-plus-priv
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
id: python
|
id: python
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install Rust
|
- uses: dtolnay/rust-toolchain@1.85.0
|
||||||
uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
|
||||||
# Released on: 02 May, 2024
|
|
||||||
# https://releases.rs/docs/1.78.0/
|
|
||||||
# Let rust-toolchain.toml
|
|
||||||
toolchain: 1.85.0
|
|
||||||
override: true
|
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user