Skip to content

Commit

Permalink
fix: replaced double quote in line 63 in README.rst because they were…
Browse files Browse the repository at this point in the history
… making unicode error when trying to install the project with "pip install ." (#84)
  • Loading branch information
Madjid-CH authored Aug 24, 2023
1 parent f83d06c commit 8889855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Getting started
import ivy
from ivy_models import alexnet
ivy.set_backend(torch)
ivy.set_backend("torch")
model = alexnet()
The pretrained AlexNet model is now ready to be used, and is compatible with any other PyTorch code.
Expand Down

0 comments on commit 8889855

Please sign in to comment.