@yilun_jin8 @jyotish
Hello admins.
why this submission failed? I can’t see logs.
message is at the first time(pod deleted during operation Check the submission page for more details.)
@yilun_jin8 @jyotish
I also just get other error. why error?
This comes from 288769. It seems that something wrong got into the tokenizer.encode(). I did not find logs for 288766 myself. Sorry about that.
2025-06-16 00:24:54.861
File "/aicrowd-source/agents/rag_agent_v5.py", line 513, in batch_generate_response
2025-06-16 00:24:54.862
rag_inputs = self.prepare_rag_enhanced_inputs(
2025-06-16 00:24:54.862
File "/aicrowd-source/agents/rag_agent_v5.py", line 348, in prepare_rag_enhanced_inputs
2025-06-16 00:24:54.862
ids = self.tokenizer.encode(text)
2025-06-16 00:24:54.862
File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 2667, in encode
2025-06-16 00:24:54.863
encoded_inputs = self.encode_plus(
2025-06-16 00:24:54.863
File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_base.py", line 3052, in encode_plus
2025-06-16 00:24:54.863
return self._encode_plus(
2025-06-16 00:24:54.863
File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 615, in _encode_plus
2025-06-16 00:24:54.865
batched_output = self._batch_encode_plus(
2025-06-16 00:24:54.865
File "/usr/local/lib/python3.10/site-packages/transformers/tokenization_utils_fast.py", line 541, in _batch_encode_plus
2025-06-16 00:24:54.865
encodings = self._tokenizer.encode_batch(
2025-06-16 00:24:54.865
TypeError: TextEncodeInput must be Union[TextInputSequence, Tuple[InputSequence, InputSequence]]