Skip to content

Commit 6b39488

Browse files
committed
model-transparency: use upstream dictionaries
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 6166bc5 commit 6b39488

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)