Skip to content

Commit 2033cbc

Browse files
committed
Add packages to requirments
1 parent 5e6d938 commit 2033cbc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export IMAGE_NAME=lab-nlp
22
export APP_PATH := $(shell pwd)
3-
export VERSION := v0.7
3+
export VERSION := v0.8
44
export USER := $(shell whoami)
55
export NB_GPUS := 2
66
export REGION := gra

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ pytest==5.1.1
44
transformers>=3.1.0,<5.0.0
55
sentence-transformers==1.0.3
66
easynmt
7+
google
8+
protobuf
9+
datasets
10+
adaptnlp
11+
transformers-domain-adaptation

0 commit comments

Comments
 (0)