From ccb0bef74b69e665f16218e50db7570c012c601e Mon Sep 17 00:00:00 2001 From: Alex Tong Date: Wed, 1 Nov 2023 17:51:39 -0400 Subject: [PATCH] readme formatting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d2990c..b1bbbf7 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ List of implemented papers: Run a simple minimal example here [![Run in Google Colab](https://img.shields.io/static/v1?label=Run%20in&message=Google%20Colab&color=orange&logo=Google%20Cloud)](https://colab.research.google.com/github/atong01/conditional-flow-matching/blob/master/examples/notebooks/training-8gaussians-to-moons.ipynb). Or install the more efficient code locally with these steps. TorchCFM is now on [pypi](https://pypi.org/project/torchcfm/)! You can install it with: + ```bash pip install torchcfm ```