Skip to content

Commit

Permalink
Use facebookincubator links in flowtorch README (#30)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #30

stefanwebb -> facebookincubator

Reviewed By: horizon-blue

Differential Revision: D28417874

fbshipit-source-id: 45470d62d70a039bd487dde2b47d96d44db06746
  • Loading branch information
Feynman Tsing-Yang Liang authored and facebook-github-bot committed May 14, 2021
1 parent 97f87d8 commit 5fdddd1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<p align="center"><img src="https://github.com/stefanwebb/flowtorch/raw/master/website/static/img/logo.svg" width="200rem" /></p>
<p align="center"><img src="https://github.com/facebookincubator/flowtorch/raw/master/website/static/img/logo.svg" width="200rem" /></p>

[![](https://github.com/stefanwebb/flowtorch/workflows/Python%20package/badge.svg)](https://github.com/stefanwebb/flowtorch/actions?query=workflow%3A%22Python+package%22)
[![](https://github.com/facebookincubator/flowtorch/workflows/Python%20package/badge.svg)](https://github.com/facebookincubator/flowtorch/actions?query=workflow%3A%22Python+package%22)

Copyright (c) FlowTorch Development Team.

This source code is licensed under the MIT license found in the
[LICENSE.txt](https://github.com/stefanwebb/flowtorch/blob/master/LICENSE.txt) file in the root directory of this source tree.
[LICENSE.txt](https://github.com/facebookincubator/flowtorch/blob/master/LICENSE.txt) file in the root directory of this source tree.

> :boom: **FlowTorch is currently in pre-release and many of its planned features and documentation are incomplete!** You may wish to wait until the first release planned for **3/31/2021**.
> :boom: **FlowTorch is currently in pre-release and many of its planned features and documentation are incomplete!** You may wish to wait until the first release planned for **8/03/2021**.
# Overview

Expand All @@ -17,7 +17,7 @@ FlowTorch is a PyTorch library for learning and sampling from complex probabilit

An easy way to get started is to install from source:

git clone https://github.com/stefanwebb/flowtorch.git
git clone https://github.com/facebookincubator/flowtorch.git
cd flowtorch
pip install -e .

Expand All @@ -29,6 +29,6 @@ We refer you to the [FlowTorch website](https://flowtorch.ai) for more informati
* [How do I install FlowTorch?](https://flowtorch.ai/users/installation)
* [How do I construct and train a distribution?](https://flowtorch.ai/users/start)
* [How do I contribute new normalizing flow methods?](https://flowtorch.ai/dev)
* [Where can I report bugs?](https://github.com/stefanwebb/flowtorch/issues)
* [Where can I ask general questions and make feature requests?](https://github.com/stefanwebb/flowtorch/discussions)
* [What features are planned for the near future?](https://github.com/stefanwebb/flowtorch/projects)
* [Where can I report bugs?](https://github.com/facebookincubator/flowtorch/issues)
* [Where can I ask general questions and make feature requests?](https://github.com/facebookincubator/flowtorch/discussions)
* [What features are planned for the near future?](https://github.com/facebookincubator/flowtorch/projects)

0 comments on commit 5fdddd1

Please sign in to comment.