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 4e5cc1a commit 9c03f3fCopy full SHA for 9c03f3f
.github/workflows/build_all.yaml
@@ -3,20 +3,10 @@
3
on:
4
workflow_dispatch:
5
push:
6
- tags:
7
- - 'v*'
8
- pull_request:
9
- paths:
10
- - ".github/workflows/build.yaml"
11
- # - "integration-tests/**"
12
- - "backends/**"
13
- - "core/**"
14
- - "router/**"
15
- - "Cargo.lock"
16
- - "rust-toolchain.toml"
17
- - "Dockerfile"
18
branches:
19
- 'main'
+ tags:
+ - 'v*'
20
21
jobs:
22
build-and-push-image:
sagemaker-entrypoint.sh
@@ -10,4 +10,4 @@ if [[ -n "${HF_MODEL_REVISION}" ]]; then
export REVISION="${HF_MODEL_REVISION}"
fi
-text-embeddings-router --port 8080 --json-output
+text-embeddings-router --port 8080 --json-output
0 commit comments