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 5d3828f commit 369069bCopy full SHA for 369069b
src/sagemaker_huggingface_inference_toolkit/decoder_encoder.py
@@ -47,7 +47,7 @@ def decode_csv(string_like): # type: (str) -> np.array
47
# detects if the incoming csv has headers
48
if not any(header in string_like.splitlines()[0].lower() for header in ["question", "context", "inputs"]):
49
raise PredictionException(
50
- f"You need to provide as CSV with Header columns to use it with the inference toolkit default handler.",
+ f"You need to provide the correct CSV with Header columns to use it with the inference toolkit default handler.",
51
400,
52
)
53
# reads csv as io
0 commit comments