Skip to content

Commit

Permalink
Refer to the right config file (#324)
Browse files Browse the repository at this point in the history
* Don't refer to AllenNLP settings files

* Changelog
  • Loading branch information
dirkgr authored Jun 24, 2022
1 parent bd9e4be commit 903569c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed

- One of our error messages referred to a configuration file that no longer exists.


## [v0.9.1](https://github.com/allenai/tango/releases/tag/v0.9.1) - 2022-06-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion tango/common/registrable.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def resolve_class_name(
+ "If your registered class comes from custom code, you'll need to import "
"the corresponding modules. If you're using Tango or AllenNLP from the command-line, "
"this is done by using the '--include-package' flag, or by specifying your imports "
"in a '.allennlp_plugins' file. "
"in a 'tango.yml' settings file. "
"Alternatively, you can specify your choices "
"""using fully-qualified paths, e.g. {"model": "my_module.models.MyModel"} """
"in which case they will be automatically imported correctly."
Expand Down

0 comments on commit 903569c

Please sign in to comment.