Ahmadzei's picture
added 3 more tables for large emb model
5fa1a76
raw
history blame contribute delete
318 Bytes
On Linux and MacOs:
source .env/bin/activate
Activate Virtual environment on Windows
.env/Scripts/activate
Now you're ready to install 🤗 Transformers with the following command:
pip install transformers
For CPU-support only, you can conveniently install 🤗 Transformers and a deep learning library in one line.