mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-26 05:29:16 +02:00
dependencies for [OCR]: add TF, avoid newer Torch (pulling CUDA 13)
This commit is contained in:
parent
efe4aa8b0c
commit
25865372d0
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
torch
|
||||
torch < 2.11 # avoid pull CUDA 13 (which will clash with 12)
|
||||
transformers <= 4.30.2 ; python_version < '3.10'
|
||||
transformers >= 5 ; python_version >= '3.10'
|
||||
tensorflow[and-cuda]
|
||||
tf-keras # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue