Integrate transcription in PeerTube

This commit is contained in:
Chocobozzz
2024-06-28 08:44:58 +02:00
parent ef14cf4a5c
commit 1bfb791e05
172 changed files with 2674 additions and 945 deletions
+14
View File
@@ -71,6 +71,20 @@ jobs:
${{ runner.OS }}-fixtures-
${{ runner.OS }}-
- name: Cache PeerTube pip directory
uses: actions/cache@v4
with:
path: |
~/.cache/pip
key: ${{ runner.OS }}-${{ matrix.test_suite }}-pip-v1
- name: Cache Hugging Face models
uses: actions/cache@v4
with:
path: |
~/.cache/huggingface
key: ${{ runner.OS }}-${{ matrix.test_suite }}-hugging-face-v1
- name: Set env test variable (schedule)
if: github.event_name != 'schedule'
run: |