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
Copy file name to clipboardExpand all lines: recipes/sky-t1-preview/preprocess.py
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
importjson
2
2
3
+
importpyarrowaspa
4
+
fromray.dataimportSchema
5
+
3
6
4
7
classAPPSPreprocessor:
5
8
WITH_FN_NAME_TEMPLATE="Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition. {prompt}"# noqa: E501
0 commit comments