Files
tinygrad/examples
C TandGitHub 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-08 08:42:22 -07:00
2025-06-08 08:42:22 -07:00
2025-10-08 04:54:07 -04: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-08-10 20:33:22 -04:00
2025-06-05 17:17:42 -07:00