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 968c0a8 commit 8f6397fCopy full SHA for 8f6397f
run.sh
@@ -2,5 +2,6 @@
2
3
/usr/bin/curl -s "$1" > docbin_full.json;
4
/usr/bin/curl -s "$2" > attribute_calculators.py;
5
+/usr/bin/curl -s "$3" > knowledge.py;
6
-/usr/local/bin/python -u run_ac.py "$3" "$4" "$5";
7
+/usr/local/bin/python -u run_ac.py "$4" "$5" "$6";
0 commit comments