This commit is contained in:
akhoroshev 2026-01-13 03:17:19 -08:00 committed by GitHub
commit 5ea8cab50c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ public:
[[nodiscard]] __host__ __device__ static constexpr runtime::SizeType32 getMinLength()
{
return 1;
return 0;
}
[[nodiscard]] __host__ __device__ static constexpr runtime::SizeType32 getPromptIgnoreLength()