Skip to content

Commit ea3e545

Browse files
committed
Make curl predict a script.
1 parent 39f7dcc commit ea3e545

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

predict.sh

+3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)