We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0771a8e commit 3e5e59cCopy full SHA for 3e5e59c
1 file changed
README.md
@@ -285,6 +285,10 @@ python3 execute.py --subset full_context \
285
python3 passk.py --execution_dir ../results/examples/execution_rs/repoexec-full-context/BasePrompt-phi-2
286
```
287
288
+### Calculate DIR
289
+```python
290
+python3 get_dir.py --execution_dir ../results/examples/execution_rs/repoexec-full-context/BasePrompt-phi-2
291
+```
292
293
# Citing RepoExec
294
More details can be found in our [paper](https://github.com/FSoft-AI4Code/RepoExec/blob/master/paper/main.pdf).
0 commit comments