You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-generator: add option for running OFG generation (#917)
Makes it possible to run auto harness generation on generated builds as
part of the same command
```sh
MODEL=gpt-4o python3 -m experimental.build_generator.runner \
-of oss-fuzz/ -i targets2.txt -o generated-3 --generate-harness
```
ref: #911
Signed-off-by: David Korczynski <[email protected]>
0 commit comments