"...text-generation-inference.git" did not exist on "da27fbdfdbaaab4157e0aa6114c16503471c499c"
Unverified Commit b72129c5 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix dependency table (#4308)

parent 11d36292
...@@ -21,25 +21,25 @@ supported Python versions. ...@@ -21,25 +21,25 @@ supported Python versions.
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``torch`` | ``torchvision`` | ``python`` | | ``torch`` | ``torchvision`` | ``python`` |
+==========================+==========================+=================================+ +==========================+==========================+=================================+
| ``master`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6`` | | ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6``, ``<=3.9`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.9.0`` | ``0.10.0`` | ``>=3.6`` | | ``1.9.0`` | ``0.10.0`` | ``>=3.6``, ``<=3.9`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.8.1`` | ``0.9.1`` | ``>=3.6`` | | ``1.8.1`` | ``0.9.1`` | ``>=3.6``, ``<=3.9`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.8.0`` | ``0.9.0`` | ``>=3.6`` | | ``1.8.0`` | ``0.9.0`` | ``>=3.6``, ``<=3.9`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.7.1`` | ``0.8.2`` | ``>=3.6`` | | ``1.7.1`` | ``0.8.2`` | ``>=3.6``, ``<=3.9`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.7.0`` | ``0.8.1`` | ``>=3.6`` | | ``1.7.0`` | ``0.8.1`` | ``>=3.6``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.7.0`` | ``0.8.0`` | ``>=3.6`` | | ``1.7.0`` | ``0.8.0`` | ``>=3.6``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.6.0`` | ``0.7.0`` | ``>=3.6`` | | ``1.6.0`` | ``0.7.0`` | ``>=3.6``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.5.1`` | ``0.6.1`` | ``>=3.5`` | | ``1.5.1`` | ``0.6.1`` | ``>=3.5``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.5.0`` | ``0.6.0`` | ``>=3.5`` | | ``1.5.0`` | ``0.6.0`` | ``>=3.5``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
| ``1.4.0`` | ``0.5.0`` | ``==2.7``, ``>=3.5``, ``<=3.8`` | | ``1.4.0`` | ``0.5.0`` | ``==2.7``, ``>=3.5``, ``<=3.8`` |
+--------------------------+--------------------------+---------------------------------+ +--------------------------+--------------------------+---------------------------------+
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment