Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
lvwerra HF staff olivierdehaene HF staff commited on
Commit
6a4fb77
1 Parent(s): bb63c0e

Activate inference API (#26)

Browse files

- Activate inference API (2db39c32a50de482252ba601e9ee9db83fba5ab4)


Co-authored-by: Olivier Dehaene <olivierdehaene@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ programming_language:
9
  - JavaScript
10
  - Python
11
  pipeline_tag: text-generation
12
- inference: false
13
  widget:
14
  - text: 'def print_hello_world():'
15
  example_title: Hello world
 
9
  - JavaScript
10
  - Python
11
  pipeline_tag: text-generation
12
+ inference: true
13
  widget:
14
  - text: 'def print_hello_world():'
15
  example_title: Hello world