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 6166bc5 commit 20100bbCopy full SHA for 20100bb
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