Преглед изворни кода

Update on_device_README.md

Ning пре 2 година
родитељ
комит
e3cac86a7e
1 измењених фајлова са 2 додато и 0 уклоњено
  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