Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Remove awscli from dependencies (#3024)
Browse files Browse the repository at this point in the history
awscli is only used by a tutorial
  • Loading branch information
konstin authored and DeNeutoy committed Jul 1, 2019
1 parent ae72049 commit c2c4b64
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ scikit-learn
# Install the Tensorboard application separately (part of tensorflow) to view them.
tensorboardX>=1.2

# aws commandline tools for running on Docker remotely.
awscli>=1.11.91

# Accessing files from S3 directly.
boto3

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
'spacy>=2.0.18,<2.2',
'numpy',
'tensorboardX>=1.2',
'awscli>=1.11.91',
'boto3',
'flask>=1.0.2',
'flask-cors>=3.0.7',
Expand Down
1 change: 1 addition & 0 deletions tutorials/how_to/training_transformer_elmo.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This document describes how to train and use a transformer-based version of ELMo
```
2. Obtain vocab.
```
pip install --user awscli
mkdir vocabulary
export BIDIRECTIONAL_LM_VOCAB_PATH=$PWD'/vocabulary'
cd $BIDIRECTIONAL_LM_VOCAB_PATH
Expand Down

0 comments on commit c2c4b64

Please sign in to comment.