Skip to content

Commit

Permalink
Add packages to requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Apr 29, 2021
1 parent 5e6d938 commit 2033cbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export IMAGE_NAME=lab-nlp
export APP_PATH := $(shell pwd)
export VERSION := v0.7
export VERSION := v0.8
export USER := $(shell whoami)
export NB_GPUS := 2
export REGION := gra
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ pytest==5.1.1
transformers>=3.1.0,<5.0.0
sentence-transformers==1.0.3
easynmt
google
protobuf
datasets
adaptnlp
transformers-domain-adaptation

0 comments on commit 2033cbc

Please sign in to comment.