Pablo Montalvo
c624d5ba0b
add initial design for uniform processors + align model (#31197)
* add initial design for uniform processors + align model
* fix mutable default 👀
* add configuration test
* handle structured kwargs w defaults + add test
* protect torch-specific test
* fix style
* fix
* fix assertEqual
* move kwargs merging to processing common
* rework kwargs for type hinting
* just get Unpack from extensions
* run-slow[align]
* handle kwargs passed as nested dict
* add from_pretrained test for nested kwargs handling
* [run-slow]align
* update documentation + imports
* update audio inputs
* protect audio types, silly
* try removing imports
* make things simpler
* simplerer
* move out kwargs test to common mixin
* [run-slow]align
* skip tests for old processors
* [run-slow]align, clip
* !$#@!! protect imports, darn it
* [run-slow]align, clip
* [run-slow]align, clip
* update doc
* improve documentation for default values
* add model_max_length testing
This parameter depends on tokenizers received.
* Raise if kwargs are specified in two places
* fix
* expand VideoInput
* fix
* fix style
* remove defaults values
* add comment to indicate documentation on adding kwargs
* protect imports
* [run-slow]align
* fix
* remove set() that breaks ordering
* test more
* removed unused func
* [run-slow]align
2024-06-13 16:27:16 +02:00
..
2024-06-12 09:32:28 +02:00
2022-02-23 15:46:28 -05:00
2023-10-09 11:04:57 +02:00
2024-05-15 10:02:31 -04:00
2024-05-13 18:14:36 +02:00
2024-03-19 14:43:02 +00:00
2024-04-22 13:15:28 +01:00
2024-06-06 15:21:32 +05:00
2024-06-13 16:27:16 +02:00
2024-05-30 15:25:43 +01:00
2024-02-29 03:56:16 +01:00
2024-06-07 17:50:18 +01:00
2024-06-03 14:55:10 +01:00
2023-12-07 10:00:08 +01:00
2024-05-22 06:40:15 +02:00
2024-05-22 06:40:15 +02:00
2024-06-07 15:43:34 +01:00
2024-06-11 15:46:38 +01:00
2023-12-20 18:33:17 +00:00
2024-03-06 10:57:04 +00:00
2023-11-15 14:10:39 +01:00
2024-05-29 11:55:43 +01:00
2023-06-15 07:30:24 -04:00
2024-03-15 14:18:41 +00:00
2024-06-11 15:47:38 +01:00
2024-03-15 14:18:41 +00:00
2024-05-21 13:56:52 +01:00
2024-06-07 19:40:26 +01:00
2024-05-16 10:56:11 +01:00
2024-01-23 10:28:23 +01:00
2024-05-13 15:59:46 +01:00
2024-03-21 14:04:11 +00:00
2024-06-12 14:10:32 +02:00
2024-06-07 17:50:18 +01:00
2024-06-13 16:27:16 +02:00
2023-09-05 10:12:25 +02:00
2024-05-24 08:38:58 -07:00
2024-06-03 10:53:15 +02:00