Unverified 提交 96c91044 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6548 from abergeron/fix_doc

Fix versions in install doc
...@@ -50,18 +50,15 @@ Install the latest stable version of Theano with: ...@@ -50,18 +50,15 @@ Install the latest stable version of Theano with:
If you encountered any trouble, head to the :ref:`troubleshooting` page. If you encountered any trouble, head to the :ref:`troubleshooting` page.
The latest stable version of Theano is ``0.9.0`` (tagged with ``rel-0.9.0``). The latest stable version of Theano is ``1.0.1`` (tagged with ``rel-1.0.1``).
libgpuarray libgpuarray
::::::::::: :::::::::::
For the stable version of Theano you need a specific version of libgpuarray,
that has been tagged ``v0.6.9``.
Download it with:: Download it with::
git clone https://github.com/Theano/libgpuarray.git git clone https://github.com/Theano/libgpuarray.git
cd libgpuarray cd libgpuarray
git checkout tags/v0.6.5 -b v0.6.9
and then follow the `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__. and then follow the `Step-by-step instructions <http://deeplearning.net/software/libgpuarray/installation.html#step-by-step-install>`__.
...@@ -93,8 +90,8 @@ Install the latest, development version of libgpuarray following the ...@@ -93,8 +90,8 @@ Install the latest, development version of libgpuarray following the
.. note:: .. note::
Currently, you need ``libgpuarray`` version ``0.7.1`` that is not in conda default channel. Currently, you need ``libgpuarray`` version ``0.7.X`` that is not in conda default channel.
But you can install it with our own channel ``mila-udem`` (that support only Python 2.7 and 3.5):: But you can install it with our own channel ``mila-udem`` (that only supports Python 2.7, 3.5 and 3.6)::
conda install -c mila-udem pygpu conda install -c mila-udem pygpu
......
...@@ -39,6 +39,8 @@ too. ...@@ -39,6 +39,8 @@ too.
Update the fallback version in ``theano/version.py``. Update the fallback version in ``theano/version.py``.
Update the version in ``doc/install_generic.inc``.
Update the code and the documentation for the theano flags Update the code and the documentation for the theano flags
``warn.ignore_bug_before`` to accept the new version. You must modify the ``warn.ignore_bug_before`` to accept the new version. You must modify the
file ``theano/configdefaults.py`` and ``doc/library/config.txt``. file ``theano/configdefaults.py`` and ``doc/library/config.txt``.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论