From 32b5c441b039e936f7f9e908c2936e254db2c48f Mon Sep 17 00:00:00 2001 From: interfect Date: Sun, 8 Dec 2019 21:13:49 -0800 Subject: [PATCH] Note that the game can run without CUDA, slowly (#57) I have it running on my CPU just fine out of the box. It isn't using all cores, either, which could probably speed it up a lot. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af1fa13..9f0efbd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Read more about AIDungeon2 and how it was built [here](https://pcc.cs.byu.edu/20 Play the game in Colab [here](http://www.aidungeon.io). -To play the game locally you need a beefy GPU ~12 GB and CUDA installed. +To play the game locally, it is recommended that you have an nVidia GPU with 12 GB or more of memory, and CUDA installed. If you do not have such a GPU, each turn can take a couple of minutes or more for the game to compose its response. To install and play locally: ``` git clone https://github.com/AIDungeon/AIDungeon/ cd AIDungeon