Skip to content

Commit

Permalink
Update transitioning.md (#610)
Browse files Browse the repository at this point in the history
enviironment -> environment
  • Loading branch information
eltociear authored Nov 28, 2023
1 parent 4c00622 commit 1f6a799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This results in some breaking changes. To transition your code from `adapter-tra

## Package and Namespace
To use the library you need to install
`transformers` and `adapters` in the same enviironment (unlike `adapter-transformers` which contained `transformers` and could not be installed in the same environment).
`transformers` and `adapters` in the same environment (unlike `adapter-transformers` which contained `transformers` and could not be installed in the same environment).

Run the following to install both (installing `adapters` will automatically trigger the installation of `transformers` if it is not yet installed in th environment):

Expand Down

0 comments on commit 1f6a799

Please sign in to comment.