Remove "early-release beta" disclaimer from README (#15136)
authorRussell Kaplan <russell.j.kaplan@gmail.com>
Thu, 13 Dec 2018 05:56:54 +0000 (21:56 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 13 Dec 2018 06:14:14 +0000 (22:14 -0800)
Summary:
Now that PyTorch 1.0 is out, this should be updated :)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15136

Differential Revision: D13447377

Pulled By: soumith

fbshipit-source-id: bd4e662c53d0699f25d4d90c1b4c1e182b4427c2

README.md

index 91ec557..d235fc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,8 +8,6 @@ PyTorch is a Python package that provides two high-level features:
 
 You can reuse your favorite Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.
 
-We are in an early-release beta. Expect some adventures and rough edges.
-
 - [More about PyTorch](#more-about-pytorch)
 - [Installation](#installation)
   - [Binaries](#binaries)