Skip to content
Discussion options

You must be logged in to vote

Hi, it looks like the current spacy-transformers (v1.0.1) was released before there was a version of tokenizers that can use a version of rust with support for the M1 architecture, so there's not a version of tokenizers+transformers that can be installed according to the spacy-transformers v1.0.1 requirements.

If you want to use it in the meanwhile, you can install from the current master branch in the github repo.

First, you will need to install rust (for tokenizers and spacy-alignments) and it's best to install pytorch separately first (probably: conda install pytorch -c conda-forge).

Then I think pip install https://github.com/explosion/spacy-transformers/archive/master.zip will work f…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by polm
Comment options

You must be logged in to vote
14 replies
@adrianeboyd
Comment options

@KTRosenberg
Comment options

@jamesonquinn
Comment options

@KTRosenberg
Comment options

@adrianeboyd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osx Issues related to macOS / OSX feat / transformer Feature: Transformer plat / m1 Apple M1 architecture support
4 participants
Converted from issue

This discussion was converted from issue #7829 on April 20, 2021 06:56.