Skip to content

Commit 07ef9b2

Browse files
committed
specify memory requirements for workflows to chose right self-hosted runner
1 parent 450e1c1 commit 07ef9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
4040
build_type: [Release]
4141

42-
runs-on: [self-hosted, linux, x64, 1gpu]
42+
runs-on: [self-hosted, linux, x64, 1gpu, 32g]
4343

4444
env:
4545
BUILD_TYPE: ${{ matrix.build_type }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
publish_scalellm:
11-
runs-on: [self-hosted, linux, x64, 1gpu]
11+
runs-on: [self-hosted, linux, x64, 1gpu, 128g]
1212
steps:
1313
- uses: olegtarasov/get-tag@v2.1
1414
id: tagName

0 commit comments

Comments
 (0)