We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f7dcc commit ea3e545Copy full SHA for ea3e545
predict.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+
3
+curl http://localhost:1234/invocations -H 'Content-Type: text/csv' --data-binary @$1
0 commit comments