We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69766cd commit 21465a0Copy full SHA for 21465a0
github/runner-groups/group-neural-magic/group.tf
@@ -7,9 +7,10 @@ resource "github_actions_runner_group" "neural_magic_runners" {
7
visibility = "selected"
8
9
selected_repository_ids = [
10
+ var.compressed_tensors_id,
11
var.llm-compressor_id,
12
var.speculators_id,
- var.vllm_id
13
+ var.vllm_id,
14
]
15
16
}
github/runner-groups/group-neural-magic/repo-ids.tf
@@ -13,3 +13,7 @@ variable "speculators_id" {
variable "vllm_id" {
default = 599547518
+
17
+variable "compressed_tensors_id" {
18
+ default = 781003631
19
+}
0 commit comments