### Details:
Add tests for the SPDAToPagedAttention transformation to Precommit
1) Check if PagedAttentionExtension node appeared in the model after the
transformation
2) Check 2 last dimensions of 'key_cache.' and 'value_cache.' inputs to
be static.
### Tickets:
- [CVS-138943](https://jira.devtools.intel.com/browse/CVS-138943)
Signed-off-by: Andrii Staikov <andrii.staikov@intel.com>
### Details:
- *After support for i64 was added in frontend `aten::adaptive_avg_pool`
started to fail if shape input is list.*
### Tickets:
- *CVS-141335*
### Details:
- *Added `kornia` dependency for lightglue model*
- *Disable GFPGAN since it doesn't support latest `torchvision`*
- *Remove `transfo-xl-wt103` as not supported on latest `transformers`*
- *Remove XFAIL from `facebook/levit-128S`*
### Tickets:
- *ticket-id*
### Details:
- *Fix translation for `aten.copy.default`*
- *Add support for `aten.rand.default`*
- *Support `vit-mae` model*
- *Update hf model list with newly added models since list creation*
### Tickets:
- *CVS-133732*
New PR due to merge
conflicts(https://github.com/openvinotoolkit/openvino/pull/22917)
Updated the copyright year from 2018-2023 to 2018-2024 in all openvino
files
Ref. to script: CVS-101144
Command used:
```bash
git grep -lz '2018-2023 Intel Corporation' | xargs -0 sed -i '' -e 's/2018-2023 Intel Corporation/2018-2024 Intel Corporation/g'
```
### Details:
- *Update list of timm models to comply with new version of timm*
- *Run timm models and torchvision models in trace and export model in
parallel*
### Tickets:
- *ticket-id*