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
I followed the instructions in python/llm/dev/benchmark/all-in-one to run benchmark for GPT2-large model.
I'm encountering an IndexError while conducting the all-in-one benchmark (test-api: optimized-model) for the GPT-2 Large model for 1024/128 input/output tokens. It works fine with 512 tokens.
Model: openai-community/gpt2-large
Input/output tokens: 1024/128
Error: IndexError: index out of range in self
Any assistance would be greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
I followed the instructions in python/llm/dev/benchmark/all-in-one to run benchmark for GPT2-large model.我按照 python/llm为 GPT2-large 模型运行 benchmark。 I'm encountering an IndexError while conducting the all-in-one benchmark (test-api: optimized-model) for the GPT-2 Large model for 1024/128 input/output tokens. It works fine with 512 tokens.我在为 GPT-2 大型模型执行 1024/128 个输入/输出令牌的一体化基准测试(test-api:optimized-model)时遇到 IndexError。它与 512 个令牌一起工作得很好。
Hi!
I followed the instructions in python/llm/dev/benchmark/all-in-one to run benchmark for GPT2-large model.
I'm encountering an IndexError while conducting the all-in-one benchmark (test-api: optimized-model) for the GPT-2 Large model for 1024/128 input/output tokens. It works fine with 512 tokens.
Any assistance would be greatly appreciated. Thank you.
The text was updated successfully, but these errors were encountered: