We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5f6ad commit 911474cCopy full SHA for 911474c
.circleci/docker/build.sh
@@ -266,6 +266,22 @@ case "$image" in
266
VISION=yes
267
ROCM_VERSION=5.2
268
;;
269
+ pytorch-linux-focal-rocm5.3-py3.8)
270
+ ANACONDA_PYTHON_VERSION=3.8
271
+ GCC_VERSION=9
272
+ PROTOBUF=yes
273
+ DB=yes
274
+ VISION=yes
275
+ ROCM_VERSION=5.3
276
+ ;;
277
+ pytorch-linux-focal-rocm5.4-py3.8)
278
279
280
281
282
283
+ ROCM_VERSION=5.4
284
285
pytorch-linux-focal-py3.7-gcc7)
286
ANACONDA_PYTHON_VERSION=3.7
287
CMAKE_VERSION=3.16.9 # Required for precompiled header support
0 commit comments