Skip to content

chore(transcription): add download and unzip utils functions #30

chore(transcription): add download and unzip utils functions

chore(transcription): add download and unzip utils functions #30

Workflow file for this run

name: Transcription
on:
push:
branches:
- transcription-backend-workbench
- transcription-first-feedbacks
env:
MODELS: "large"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/reusable-prepare-peertube-build'
with:
node-version: '18.x'
- uses: './.github/actions/reusable-prepare-peertube-run'
- name: Install Python libraries
run: |
pip3 install openai-whisper
pip3 install whisper-ctranslate2
pip3 install whisper-timestamped
pip3 install jiwer
- name: Run transcription tests
run: |
npm run mocha -- --exit --bail "packages/tests/src/transcription/**/*.spec.ts"
yarn run benchmark-transcription
cat /proc/cpuinfo
lscpu
dmidecode --type processor
lshw -C CPU
hwinfo --cpu