File tree 8 files changed +19
-94
lines changed
8 files changed +19
-94
lines changed Original file line number Diff line number Diff line change 56
56
"source" : [
57
57
" %%capture\n " ,
58
58
" !git clone https://github.com/nyu-mll/jiant.git\n " ,
59
- " %cd jiant && git checkout tags/2.0.0"
60
- ]
61
- },
62
- {
63
- "cell_type" : " code" ,
64
- "execution_count" : null ,
65
- "metadata" : {
66
- "colab" : {},
67
- "colab_type" : " code" ,
68
- "id" : " hMUKEH2YvFPv"
69
- },
70
- "outputs" : [],
71
- "source" : [
72
- " %%capture\n " ,
73
- " # This Colab notebook already has its CUDA-runtime compatible versions of torch and torchvision installed\n " ,
74
- " !pip install -r jiant/requirements-no-torch.txt\n " ,
75
- " # Install pyarrow for nlp\n " ,
76
- " !pip install pyarrow==0.16.0"
59
+ " %cd jiant\n " ,
60
+ " !pip install -r requirements-no-torch.txt\n " ,
61
+ " !pip install --no-deps -e ./"
77
62
]
78
63
},
79
64
{
Original file line number Diff line number Diff line change 42
42
"source" : [
43
43
" %%capture\n " ,
44
44
" !git clone https://github.com/nyu-mll/jiant.git\n " ,
45
- " %cd jiant && git checkout tags/2.0.0"
46
- ]
47
- },
48
- {
49
- "cell_type" : " code" ,
50
- "execution_count" : null ,
51
- "metadata" : {
52
- "colab" : {},
53
- "colab_type" : " code" ,
54
- "id" : " hMUKEH2YvFPv"
55
- },
56
- "outputs" : [],
57
- "source" : [
58
- " %%capture\n " ,
59
- " # This Colab notebook already has its CUDA-runtime compatible versions of torch and torchvision installed\n " ,
60
- " !pip install -r jiant/requirements-no-torch.txt\n " ,
61
- " # Install pyarrow for nlp\n " ,
62
- " !pip install pyarrow==0.16.0"
45
+ " %cd jiant\n " ,
46
+ " !pip install -r requirements-no-torch.txt\n " ,
47
+ " !pip install --no-deps -e ./"
63
48
]
64
49
},
65
50
{
Original file line number Diff line number Diff line change 60
60
"source" : [
61
61
" %%capture\n " ,
62
62
" !git clone https://github.com/nyu-mll/jiant.git\n " ,
63
- " %cd jiant && git checkout tags/2.0.0"
64
- ]
65
- },
66
- {
67
- "cell_type" : " code" ,
68
- "execution_count" : null ,
69
- "metadata" : {
70
- "colab" : {},
71
- "colab_type" : " code" ,
72
- "id" : " hMUKEH2YvFPv"
73
- },
74
- "outputs" : [],
75
- "source" : [
76
- " %%capture\n " ,
77
- " # This Colab notebook already has its CUDA-runtime compatible versions of torch and torchvision installed\n " ,
78
- " !pip install -r jiant/requirements-no-torch.txt\n " ,
79
- " # Install pyarrow for nlp\n " ,
80
- " !pip install pyarrow==0.16.0"
63
+ " %cd jiant\n " ,
64
+ " !pip install -r requirements-no-torch.txt\n " ,
65
+ " !pip install --no-deps -e ./"
81
66
]
82
67
},
83
68
{
Original file line number Diff line number Diff line change 62
62
"source" : [
63
63
" %%capture\n " ,
64
64
" !git clone https://github.com/nyu-mll/jiant.git\n " ,
65
- " %cd jiant && git checkout tags/2.0.0"
66
- ]
67
- },
68
- {
69
- "cell_type" : " code" ,
70
- "execution_count" : null ,
71
- "metadata" : {
72
- "colab" : {},
73
- "colab_type" : " code" ,
74
- "id" : " hMUKEH2YvFPv"
75
- },
76
- "outputs" : [],
77
- "source" : [
78
- " %%capture\n " ,
79
- " # This Colab notebook already has its CUDA-runtime compatible versions of torch and torchvision installed\n " ,
80
- " !pip install -r jiant/requirements-no-torch.txt\n " ,
81
- " # Install pyarrow for nlp\n " ,
82
- " !pip install pyarrow==0.16.0"
65
+ " %cd jiant\n " ,
66
+ " !pip install -r requirements-no-torch.txt\n " ,
67
+ " !pip install --no-deps -e ./"
83
68
]
84
69
},
85
70
{
Original file line number Diff line number Diff line change 63
63
"source" : [
64
64
" %%capture\n " ,
65
65
" !git clone https://github.com/nyu-mll/jiant.git\n " ,
66
- " %cd jiant && git checkout tags/2.0.0"
67
- ]
68
- },
69
- {
70
- "cell_type" : " code" ,
71
- "execution_count" : null ,
72
- "metadata" : {
73
- "colab" : {},
74
- "colab_type" : " code" ,
75
- "id" : " hMUKEH2YvFPv"
76
- },
77
- "outputs" : [],
78
- "source" : [
79
- " %%capture\n " ,
80
- " # This Colab notebook already has its CUDA-runtime compatible versions of torch and torchvision installed\n " ,
81
- " !pip install -r jiant/requirements-no-torch.txt\n " ,
82
- " # Install pyarrow for nlp\n " ,
83
- " !pip install pyarrow==0.16.0"
66
+ " %cd jiant\n " ,
67
+ " !pip install -r requirements-no-torch.txt\n " ,
68
+ " !pip install --no-deps -e ./"
84
69
]
85
70
},
86
71
{
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ scipy==1.4.1
15
15
sentencepiece==0.1.86
16
16
tokenizers==0.8.1.rc2
17
17
tqdm==4.46.0
18
- transformers==3.0.2
18
+ transformers==3.1.0
Original file line number Diff line number Diff line change 1
1
-r requirements-no-torch.txt
2
- torch = =1.5.0
2
+ torch > =1.5.0
3
3
torchvision == 0.6.0
Original file line number Diff line number Diff line change 68
68
"scipy == 1.4.1" ,
69
69
"sentencepiece == 0.1.86" ,
70
70
"tokenizers == 0.8.1.rc2" ,
71
- "torch = = 1.5.0" ,
71
+ "torch > = 1.5.0" ,
72
72
"tqdm == 4.46.0" ,
73
- "transformers == 3.0.2 " ,
73
+ "transformers == 3.1.0 " ,
74
74
"torchvision == 0.6.0" ,
75
75
],
76
76
extras_require = extras ,
You can’t perform that action at this time.
0 commit comments