Skip to content

Commit c314dda

Browse files
natemurthyWuTheFWasThat
authored andcommitted
Minor: update readme
Example will `tee` stdout to `/tmp/samples` from conditional and unconditional generation scripts.
1 parent c5b9c89 commit c314dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ to override the standard stream settings in UTF-8 mode.
6868

6969
To generate unconditional samples from the small model:
7070
```
71-
python3 src/generate_unconditional_samples.py | tee samples
71+
python3 src/generate_unconditional_samples.py | tee /tmp/samples
7272
```
7373
There are various flags for controlling the samples:
7474
```
75-
python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee samples
75+
python3 src/generate_unconditional_samples.py --top_k 40 --temperature 0.7 | tee /tmp/samples
7676
```
7777

7878
### Conditional sample generation

0 commit comments

Comments
 (0)