Skip to content

Commit

Permalink
Add boto3 to requirements.txt (#1745)
Browse files Browse the repository at this point in the history
Summary:
This PR adds boto3 to the requirements.txt as install.py will error out without it installed.

The README.md list boto3 and pyyaml as packages to be installed before running, but requirements.txt only has pyyaml in the list

Pull Request resolved: #1745

Reviewed By: FindHao

Differential Revision: D46975112

Pulled By: xuzhao9

fbshipit-source-id: db0e3a665c9ea05ea00b059502b1272946d2b648
  • Loading branch information
Thiago Crepaldi authored and facebook-github-bot committed Jun 23, 2023
1 parent 6d84522 commit 5b2a70e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
accelerate
boto3
bs4
patch
py-cpuinfo
Expand Down

0 comments on commit 5b2a70e

Please sign in to comment.