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 44435fc commit 808ab1cCopy full SHA for 808ab1c
.github/workflows/test.yml
@@ -65,11 +65,14 @@ jobs:
65
run: go version
66
- name: Dependencies
67
run: |
68
+ whereis conda
69
+ exit 1
70
sudo apt-get update
71
sudo apt-get install build-essential ffmpeg
72
73
sudo apt-get install -y ca-certificates cmake curl patch
74
sudo apt-get install -y libopencv-dev && sudo ln -s /usr/include/opencv4/opencv2 /usr/include/opencv2
75
+
76
make -C extra/grpc/huggingface
77
78
# Pre-build stable diffusion before we install a newever version of abseil (not compatible with stablediffusion-ncn)
0 commit comments