Minor: update readme

Add note about setting PYTHONIOENCODING=UTF-8 env var for running
examples
This commit is contained in:
Nathan Murthy
2019-02-21 00:00:19 -08:00
committed by Jeff Wu
parent 68bf7a0036
commit c5b9c8924b

View File

@ -58,6 +58,12 @@ docker run --runtime=nvidia -it gpt-2 bash
| WARNING: Samples are unfiltered and may contain offensive content. |
| --- |
Some of the examples below may include Unicode text characters. Set the environment variable:
```
export PYTHONIOENCODING=UTF-8
```
to override the standard stream settings in UTF-8 mode.
### Unconditional sample generation
To generate unconditional samples from the small model: