Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
fc0539e
1
Parent(s):
0317ca7
Revert "wip"
Browse filesThis reverts commit 3df8751c2a42ad77c86bc924905988fe54c31adf.
.github/workflows/test.yaml
CHANGED
@@ -21,12 +21,3 @@ jobs:
|
|
21 |
- run: uv sync --extra dev
|
22 |
# TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself
|
23 |
- run: uv run pytest src/faster_whisper_server/* tests
|
24 |
-
test-docker-runs-on-arm:
|
25 |
-
runs-on: macos-latest
|
26 |
-
steps:
|
27 |
-
- uses: actions/checkout@v4
|
28 |
-
- run: docker build --tag faster-whisper-server --file Dockerfile.cpu --platform linux/arm64 .
|
29 |
-
- run: docker run --rm --detach faster-whisper-server
|
30 |
-
- run: docker ps
|
31 |
-
- run: uname -m
|
32 |
-
- run: curl http://localhost:8000/v1/audio/transcriptions -F "[email protected]"
|
|
|
21 |
- run: uv sync --extra dev
|
22 |
# TODO: figure out why `pytest` doesn't discover tests in `faster_whisper_server` directory by itself
|
23 |
- run: uv run pytest src/faster_whisper_server/* tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|