项目文件夹

文件
Gan Quan 37feb479fd [Release] 0.1.2 updates (#276)
* 0.1.2 release

* oops

* more fixes on windows

* [Bugfix] fix download dir (#275)

* fix download dir

* add doc for the env var
2018-12-07 01:54:13 -05:00

24 行
842 B
ReStructuredText

Environment Variables
=====================
Backend Options
---------------
* ``DGLBACKEND``:
* Values: String (default='pytorch')
* The backend deep lerarning framework for DGL.
* Choices:
* 'pytorch': use PyTorch as the backend implentation.
* 'mxnet': use Apache MXNet as the backend implementation.
Data Repository
---------------
* ``DGL_REPO``:
* Values: String (default='https://s3.us-east-2.amazonaws.com/dgl.ai/')
* The repository url to be used for DGL datasets and pre-trained models.
* Suggested values:
* 'https://s3.us-east-2.amazonaws.com/dgl.ai/': DGL repo for U.S.
* 'https://s3-ap-southeast-1.amazonaws.com/dgl.ai.asia/': DGL repo for Asia
* ``DGL_DOWNLOAD_DIR``:
* Values: String (default="${HOME}/.dgl")
* The local directory to cache the downloaded data.