mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-12 06:39:31 +02:00
Merge branch 'fix-0.8-modelzoo-and-predictor-kba0709' into integrating_trocr_and_torch_ensembling_and_updating_characters_list-refactor
# Conflicts: # train/requirements.txt
This commit is contained in:
commit
b2f3a8f2d8
15 changed files with 177 additions and 86 deletions
|
|
@ -6,8 +6,10 @@ imutils
|
|||
scipy
|
||||
tensorflow-addons # for connected_components, depublished and only compatible with tensorflow < 2.16
|
||||
tensorflow < 2.16 # for tensorflow-addons, so only needed in training
|
||||
tf_data < 2.16 # for tensorflow-addons, so only needed in training
|
||||
tf-keras < 2.16 # avoid keras 3 (also needs TF_USE_LEGACY_KERAS=1)
|
||||
protobuf < 5 # for tensorflow-addons, so only needed in training
|
||||
torch
|
||||
transformers <= 4.30.2 ; python_version < '3.10'
|
||||
transformers >= 5 ; python_version >= '3.10'
|
||||
eynollah-fork-tf2onnx == 1.17.0.post2
|
||||
ml_dtypes >= 0.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue