Skip to content

Commit 00ce4cc

Browse files
authored
Fix pip install issue with roberta torch hub demo (#206)
1 parent a74c7bf commit 00ce4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_fairseq_roberta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ better to downstream tasks compared to BERT.
3737
We require a few additional Python dependencies for preprocessing:
3838

3939
```bash
40-
pip install regex requests
40+
pip install regex requests hydra-core omegaconf
4141
```
4242

4343

0 commit comments

Comments
 (0)