We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024年9月26日現在、Llama3.2は1120x1120pxまでの画像入力に対応している。 それより大きい画像(例1121x1120px)を入力した場合、GenUにはバリデーションの仕組みがないのでエラーとなってしまう。
※その他のVision対応モデルであるClaudeは、上限サイズを超える画像を入力した場合、モデル側でリサイズをかけるためエラーとはならない。
今後の対応方針として、下記が考えられる。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2024年9月26日現在、Llama3.2は1120x1120pxまでの画像入力に対応している。
それより大きい画像(例1121x1120px)を入力した場合、GenUにはバリデーションの仕組みがないのでエラーとなってしまう。
※その他のVision対応モデルであるClaudeは、上限サイズを超える画像を入力した場合、モデル側でリサイズをかけるためエラーとはならない。
今後の対応方針として、下記が考えられる。
The text was updated successfully, but these errors were encountered: