We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6166bc5 commit 6b39488Copy full SHA for 6b39488
projects/model-transparency/build.sh
@@ -19,3 +19,5 @@ python3 -m pip install .
19
for fuzzer in $(find $SRC/model-transparency/tests/fuzzing -name 'fuzz_*.py'); do
20
compile_python_fuzzer $fuzzer
21
done
22
+
23
+cp $SRC/model-transparency/tests/fuzzing/dicts/* $OUT/
0 commit comments