Skip to content

Commit 557626b

Browse files
authored
Merge pull request #6 from Infotrend-Inc/20240421
20240421
2 parents af8e0ef + 5b71011 commit 557626b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+18907
-108
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*.sollist
66
*.log
77
*.log.temp
8+
*.patch.temp
89
*.testlog
910
*.cmd
1011

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
CTPO_FROM=nvidia/cuda:12.3.2-devel-ubuntu22.04
3+
CTPO_BUILD=GPU
4+
CTPO_TENSORFLOW_VERSION=None
5+
CTPO_PYTORCH_VERSION=2.2.2
6+
CTPO_CUDA_VERSION=12.3.2
7+
CTPO_OPENCV_VERSION=4.9.0
8+
CTPO_RELEASE=20240421
9+
FOUND_UBUNTU=22.04
10+
OpenCV_Built=4.9.0
11+
CUDA_found=12.3.107
12+
cuDNN_found=8.9.7
13+
FFmpeg_Built=6.1.1
14+
Torch_Built=2.2.0a0+git39901f2
15+
TorchVision_Built=0.17.2+c1d70fe
16+
TorchAudio_Built=2.2.2+cefdb36
17+
TorchData_Built=0.7.1+5e6f7b7
18+
TorchText_Built=0.17.2+5c34b86

0 commit comments

Comments
 (0)