File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 36
36
bdist
37
37
py /trtorch /_version.py
38
38
py /wheelhouse
39
- py /.eggs
39
+ py /.eggs
40
+ notebooks /.ipynb_checkpoints /
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ RUN apt update && apt install bazel-3.4.1
7
7
RUN ln -s /usr/bin/bazel-3.4.1 /usr/bin/bazel
8
8
9
9
RUN pip install pillow==4.3.0
10
- RUN pip install torch==1.5.1
11
- RUN pip install torchvision==0.6.1
10
+ RUN pip install torch==1.6.0
11
+ RUN pip install torchvision==0.7.0
12
12
RUN pip install notebook
13
13
14
14
COPY . /workspace/TRTorch
Original file line number Diff line number Diff line change @@ -53,16 +53,16 @@ http_archive(
53
53
name = "libtorch",
54
54
build_file = "@//third_party/libtorch:BUILD",
55
55
strip_prefix = "libtorch",
56
- urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.5.1 .zip"],
57
- sha256 = "cf0691493d05062fe3239cf76773bae4c5124f4b039050dbdd291c652af3ab2a "
56
+ urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-1.6.0 .zip"],
57
+ sha256 = "fded948bd2dbee625cee33ebbd4843a69496729389e0200a90fbb667cdaeeb69 "
58
58
)
59
59
60
60
http_archive(
61
61
name = "libtorch_pre_cxx11_abi",
62
62
build_file = "@//third_party/libtorch:BUILD",
63
63
strip_prefix = "libtorch",
64
- sha256 = "818977576572eadaf62c80434a25afe44dbaa32ebda3a0919e389dcbe74f8656 ",
65
- urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.5.1 .zip"],
64
+ sha256 = "141bb229f4bbf905541096cf8705785e7b0c79e37ca1e5db9d372730b1b9abd7 ",
65
+ urls = ["https://download.pytorch.org/libtorch/cu102/libtorch-shared-with-deps-1.6.0 .zip"],
66
66
)
67
67
68
68
####################################################################################
You can’t perform that action at this time.
0 commit comments