Skip to content

Commit e3f4091

Browse files
authored
Merge branch 'main' into add-audio-type
2 parents 675e686 + fb4af2a commit e3f4091

5 files changed

Lines changed: 79 additions & 66 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Model request
33
about: Request for new model weights or model config
4-
title: New model request for [MODEL_NAME]
4+
title: New model request for [MODEL_NAME] on [CLUSTER_NAME]
55
labels: new model
66
assignees: XkunW
77

@@ -11,4 +11,7 @@ assignees: XkunW
1111
Model weights | Model config | Both
1212

1313
### Model Name
14-
Name of the model requested
14+
Name of the model requested, preferably with model repo URL as well (HuggingFace, ModelScope, etc.)
15+
16+
### Cluster Name
17+
On which cluster do you need this model

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Extract metadata (tags, labels) for Docker
7070
id: meta
71-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
71+
uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
7272
with:
7373
images: vectorinstitute/vector-inference-${{ matrix.backend }}
7474

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-toml
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: 'v0.15.6'
20+
rev: 'v0.15.9'
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
types_or: [python, jupyter]
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.19.1
29+
rev: v1.20.0
3030
hooks:
3131
- id: mypy
3232
entry: python3 -m mypy --config-file pyproject.toml

0 commit comments

Comments
 (0)