Skip to content

Commit 20100bb

Browse files
authored
model-transparency: use upstream dictionaries (#14174)
This adds the upstream dictionaries to the build. Signed-off-by: Adam Korczynski <[email protected]>
1 parent 6166bc5 commit 20100bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/model-transparency/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ python3 -m pip install .
1919
for fuzzer in $(find $SRC/model-transparency/tests/fuzzing -name 'fuzz_*.py'); do
2020
compile_python_fuzzer $fuzzer
2121
done
22+
23+
cp $SRC/model-transparency/tests/fuzzing/dicts/* $OUT/

0 commit comments

Comments
 (0)