From 03ab441dab5fafcbf0b8f2c16d6e3dc00e65b118 Mon Sep 17 00:00:00 2001
From: Sleepy_chord <sj702d5@foxmail.com>
Date: Fri, 18 Jun 2021 15:58:58 +0800
Subject: [PATCH] add COLAB links

---
 readme.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.md b/readme.md
index a96c6c6..00c4304 100755
--- a/readme.md
+++ b/readme.md
@@ -20,6 +20,7 @@ CogView is a pretrained (4B-param) transformer for text-to-image generation in g
   journal={arXiv preprint arXiv:2105.13290},
   year={2021}
 ```
+* **Google Colab** Two contributors successfully setup up CogView on Colab [![Links to Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://github.com/THUDM/CogView/issues/10)! 
 ## Getting Started
 ### Setup
 * Hardware: Linux servers with Nvidia V100s or A100s are recommended, but it is also okay to run the pretrained models with smaller `--max-inference-batch-size` or training smaller models on less powerful GPUs.
-- 
GitLab