Skip to content
Snippets Groups Projects
Commit c5b9c892 authored by Nathan Murthy's avatar Nathan Murthy Committed by Jeff Wu
Browse files

Minor: update readme

Add note about setting PYTHONIOENCODING=UTF-8 env var for running
examples
parent 68bf7a00
Branches
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment