C T and GitHub
0f9d7f650d
whisper: fix oob, explicit dtype ( #13144 )
...
* fix dtype depending on numpy version
numpy v2 np.array returns int64 which Tensor passed through for the
first decode call, swallowing the <|notimestamps|> token and corrupting
the sequence
* fix whisper OOB
global limit on whisper's context length
* enforce whisper max_tokens_to_sample (match openai)
local limit on max tokens decoded
2025-11-07 12:55:01 -05:00
..
2025-06-30 08:21:27 -07:00
2025-11-02 15:26:37 -05:00
2025-10-21 11:32:27 -07:00
2025-10-07 10:42:22 +08:00
2025-06-08 08:42:22 -07:00
2025-06-08 08:42:22 -07:00
2025-05-28 22:20:02 -07:00
2025-10-08 04:54:07 -04:00
2025-08-16 20:29:39 -07:00
2025-10-07 10:42:22 +08:00
2025-06-30 08:21:27 -07:00
2025-10-07 10:42:22 +08:00
2025-05-28 22:20:02 -07:00
2025-10-16 09:55:20 -04:00
2025-10-08 04:54:07 -04:00
2025-10-27 10:22:57 -04:00
2025-09-10 13:56:40 -04:00
2025-09-14 15:27:34 -04:00
2025-05-28 22:20:02 -07:00
2025-06-09 09:25:53 -07:00
2025-08-10 20:33:22 -04:00
2025-09-10 13:56:40 -04:00
2025-10-20 12:41:06 +02:00
2025-06-05 17:17:42 -07:00
2025-09-13 21:47:51 -04:00
2025-06-19 12:12:09 -04:00
2025-10-20 12:41:06 +02:00
2025-06-30 08:21:27 -07:00
2025-10-16 14:11:33 -04:00
2025-06-30 08:21:27 -07:00
2025-10-08 09:13:26 -04:00
2025-04-13 19:34:20 -04:00
2025-06-30 08:21:27 -07:00
2025-06-07 20:47:28 -04:00
2025-11-07 12:55:01 -05:00
2025-08-11 21:14:47 -04:00
2025-10-07 10:42:22 +08:00
2025-06-30 08:21:27 -07:00