MoritzLaurer HF staff commited on
Commit
05fb21f
·
verified ·
1 Parent(s): 3dc437b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -25,6 +25,7 @@ When provided in a YAML file in the dataset repo, the prompt can easily be loade
25
  like the model_id or generation parameters for easy reproducibility.
26
 
27
  ```python
 
28
  from hf_hub_prompts import download_prompt
29
  import torch
30
  from transformers import pipeline
 
25
  like the model_id or generation parameters for easy reproducibility.
26
 
27
  ```python
28
+ #!pip install hf_hub_prompts
29
  from hf_hub_prompts import download_prompt
30
  import torch
31
  from transformers import pipeline