Skip to content

Commit

Permalink
Docu fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
calpt committed Jul 16, 2020
1 parent 9118a50 commit ee2adad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter_docs/training.md
Expand Up @@ -37,7 +37,7 @@ if task_name not in model.config.adapters.adapter_list(AdapterType.text_task):
config=adapter_args.adapter_config
)
# enable adapter training
model.train_task_adapter()
model.train_adapter([task_name])
```

```eval_rst
Expand Down

0 comments on commit ee2adad

Please sign in to comment.