Skip to content

Commit

Permalink
Disable CI because no GPU in GH runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jan 9, 2024
1 parent af5c5eb commit a7597ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline {
PR_DOCKERHUB_IMAGE = 'lspipepr/faster-whisper'
DIST_IMAGE = 'ubuntu'
MULTIARCH='false'
CI='true'
CI='false'
CI_WEB='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=Europe/London|WHISPER_MODEL=tiny-int8'
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Find us at:
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/faster-whisper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/linuxserver/faster-whisper)
[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/faster-whisper.svg?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=stars&logo=docker)](https://hub.docker.com/r/linuxserver/faster-whisper)
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-faster-whisper%2Fjob%2Fgpu%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-faster-whisper/job/gpu/)
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Ffaster-whisper%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/faster-whisper/latest/index.html)

[Faster-whisper](https://github.com/SYSTRAN/faster-whisper) is a reimplementation of OpenAI's Whisper model using CTranslate2, which is a fast inference engine for Transformer models. This container provides a Wyoming protocol server for faster-whisper.

Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repo_vars:
- PR_DOCKERHUB_IMAGE = 'lspipepr/faster-whisper'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='false'
- CI='true'
- CI='false'
- CI_WEB='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=Europe/London|WHISPER_MODEL=tiny-int8'
Expand Down

0 comments on commit a7597ab

Please sign in to comment.