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 22aa84e commit 9d0dad6Copy full SHA for 9d0dad6
1 file changed
.github/workflows/test.yml
@@ -17,6 +17,9 @@ jobs:
17
- name: Install ffmpeg and libfuse-for-ufdr
18
run: sudo apt-get update && sudo apt-get install -y ffmpeg && sudo apt install fuse
19
20
+ - name: docker comose for pgvector
21
+ run: ./startup/pgvector_start.sh
22
+
23
- name: pull onnx model for deepfake
24
run: |
25
pip install gdown
0 commit comments