Skip to content

Commit

Permalink
Merge branch 'facebookresearch:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sahajgg committed Dec 26, 2022
2 parents 27161f9 + f37ab94 commit a9b23dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ A codebase for working with [Open Pre-trained Transformers](projects/OPT).

### Using OPT with 🤗 Transformers

The OPT 125M--66B models are now available in [HuggingFace Transformers](https://github.com/huggingface/transformers/releases/tag/v4.19.0). You can access them under the `facebook` organization on the [Hugging Face Hub](https://huggingface.co/facebook)
The OPT 125M--66B models are now available in [Hugging Face Transformers](https://github.com/huggingface/transformers/releases/tag/v4.19.0). You can access them under the `facebook` organization on the [Hugging Face Hub](https://huggingface.co/facebook)

### Using OPT-175B with Alpa

Expand Down
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Expand Up @@ -44,7 +44,7 @@ We actively welcome your pull requests.
### Pre-commit hooks
In order to ensure your code lints, there are pre-commit hooks configured in the repository which you can install.
After installation, they will automatically run each time you commit.
An abbreviated guide is given below; for more information, refer to [the offical pre-commit documentation](https://pre-commit.com/).
An abbreviated guide is given below; for more information, refer to [the official pre-commit documentation](https://pre-commit.com/).
```
pip install pre-commit
Expand All @@ -64,4 +64,4 @@ reproduce the issue or understand the problem.
## License
By contributing to metaseq, you agree that your contributions will be licensed
under the LICENSE file in the root directory of this source tree.
under the LICENSE file in the root directory of this source tree.

0 comments on commit a9b23dd

Please sign in to comment.