Skip to content

Commit 88ef5e1

Browse files
committed
Add CUDA 10.1
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 7f20180 commit 88ef5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
{%- for btype in ["wheel", "conda"] -%}
199199
{%- for os in ["linux", "macos"] -%}
200200
{%- for python_version in ["2.7", "3.5", "3.6", "3.7"] -%}
201-
{%- for cu_version in (["cpu", "cu92", "cu100"] if os == "linux" else ["cpu"]) -%}
201+
{%- for cu_version in (["cpu", "cu92", "cu100", "cu101"] if os == "linux" else ["cpu"]) -%}
202202
{%- for unicode in ([False, True] if btype == "wheel" and python_version == "2.7" else [False]) -%}
203203
{{ workflow(btype, os, python_version, cu_version, unicode, prefix=prefix, upload=upload) }}
204204
{%- endfor -%}

0 commit comments

Comments
 (0)