Bladeren bron

Update on_device_README.md

Ning 2 jaren geleden
bovenliggende
commit
e3cac86a7e
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      docs/m4t/on_device_README.md

+ 2 - 0
docs/m4t/on_device_README.md

@@ -11,6 +11,8 @@ This folder contains an example to run an exported small model covering most tas
 
 UnitY-Small-S2T is a pruned version of UnitY-Small without 2nd pass unit decoding.
 
+Note: If using pytorch runtime in python, only **pytorch<=1.11.0** is supported for **UnitY-Small(281M)**. We tested UnitY-Small-S2T(235M), it works with later versions. 
+
 ## Inference
 To use exported model, users don't need seamless_communication or fairseq2 dependency.
 ```python