We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d870c0 commit be5b7b6Copy full SHA for be5b7b6
1 file changed
.github/workflows/main.yml
@@ -69,6 +69,13 @@ jobs:
69
uv pip install --no-cache-dir -e . --no-deps
70
rm -rf ~/.cache # /app/RFdiffusion/tests
71
72
+ - name: Preseed DGL backend
73
+ shell: bash
74
+ run: |
75
+ mkdir -p "$HOME/.dgl"
76
+ printf '{"backend": "pytorch"}' > "$HOME/.dgl/config.conf"
77
+ echo "DGLBACKEND=pytorch" >> "$GITHUB_ENV"
78
+
79
- name: Download weights
80
run: |
81
mkdir models
0 commit comments