Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit f200cb5

Browse files
committed
Updated main
1 parent c6da01a commit f200cb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpt2_client/gpt2_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ def __init__(self, model_name='117M', save_dir='models'):
3535
3636
Methods
3737
-------
38+
download_helper(filename : string)
3839
load_model(force_download : bool)
3940
generate(interactive : bool, n_samples : int, words : int, display : bool, return_text: bool) -> list
4041
generate_batch_from_prompts(prompts : list) -> list

0 commit comments

Comments
 (0)