From 4f55e4776280f9897876489086a36ec016a9d215 Mon Sep 17 00:00:00 2001 From: Vaibhav Jain Date: Wed, 15 Jan 2025 13:05:43 +0530 Subject: [PATCH] Add OWNERS file Signed-off-by: Vaibhav Jain --- Dockerfile.hpu.ubi | 2 +- OWNERS.txt | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 OWNERS.txt diff --git a/Dockerfile.hpu.ubi b/Dockerfile.hpu.ubi index 71ff29e4d..e57d0ae24 100644 --- a/Dockerfile.hpu.ubi +++ b/Dockerfile.hpu.ubi @@ -49,7 +49,7 @@ COPY requirements-hpu.txt requirements-hpu.txt COPY pyproject.toml pyproject.toml # max jobs used by Ninja to build extensions -ARG max_jobs=80 +ARG max_jobs=2 ENV MAX_JOBS=${max_jobs} # # make sure punica kernels are built (for LoRA) # HPU currently doesn't support LoRA diff --git a/OWNERS.txt b/OWNERS.txt new file mode 100644 index 000000000..6c76fc1f2 --- /dev/null +++ b/OWNERS.txt @@ -0,0 +1,21 @@ +approvers: + - danielezonca + - terrytangyuan + - dtrifiro + - NickLucche + - heyselbi + - RH-steve-grubb + - rpancham + - vaibhavjainwiz + - Xaenalt + - tarukumar + - Raghul-M +reviewers: + - dtrifiro + - NickLucche + - heyselbi + - RH-steve-grubb + - rpancham + - vaibhavjainwiz + - Xaenalt + - tarukumar \ No newline at end of file