v2.3.0-rc12
And turn on distributed parts that work. Signed-off-by: Tom Rix <trix@redhat.com>
This commit is contained in:
parent
3d98ae877e
commit
fad8e2643a
3 changed files with 8 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@
|
|||
/tensorpipe-52791a2.tar.gz
|
||||
/v1.41.0.tar.gz
|
||||
/libnop-910b558.tar.gz
|
||||
/pytorch-97ff6cf.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
# So pre releases can be tried
|
||||
%bcond_without gitcommit
|
||||
%if %{with gitcommit}
|
||||
# git tag v2.3.0-rc7
|
||||
%global commit0 4bb5cb51e6ceeb4b0b70b439c7b92168855f146f
|
||||
# git tag v2.3.0-rc12
|
||||
%global commit0 97ff6cfd9c86c5c09d7ce775ab64ec5c99230f5d
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%global date0 20240402
|
||||
%global date0 20240408
|
||||
%else
|
||||
%global commit0 975d4284250170602db60adfda5eb1664a3b8acc
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
|
@ -46,12 +46,12 @@
|
|||
%endif
|
||||
|
||||
# For testing distributed
|
||||
%bcond_with distributed
|
||||
%bcond_without distributed
|
||||
# For testing distributed+rccl etc.
|
||||
%bcond_with rccl
|
||||
%bcond_with gloo
|
||||
%bcond_with mpi
|
||||
%bcond_with tensorpipe
|
||||
%bcond_without mpi
|
||||
%bcond_without tensorpipe
|
||||
|
||||
# For testing openvs
|
||||
%bcond_with opencv
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -9,3 +9,4 @@ SHA512 (pytorch-4bb5cb5.tar.gz) = 430ae996ddee560537787646ae9f7aa01498f37c99c2e3
|
|||
SHA512 (tensorpipe-52791a2.tar.gz) = 1e5faf17a7236c5506c08cb28be16069b11bb929bbca64ed9745ce4277d46739186ab7d6597da7437d90ed2d166d4c37ef2f3bceabe8083ef3adbb0e8e5f227e
|
||||
SHA512 (v1.41.0.tar.gz) = bb08a1970a10e8d9571ffea3d021643de30ec212cd51317b98d6cf0cfe55d6877992921fb01d1188a6d466687335b77885685d924f8cb7200a0bec30eee05c65
|
||||
SHA512 (libnop-910b558.tar.gz) = 74c5324eaa1b6b2ac8dfef94c835b5c5b044625f8e5efe3522470b1ecc4798ff43d344a013cee2f6901e83267c6167072947b754e63f1552ae7044cffe234c36
|
||||
SHA512 (pytorch-97ff6cf.tar.gz) = 105ebcba298558fe833f90e7e40b003d35a74609e777f9dc4c47f5668c884f603455113ac0ff252a62b83c81137ae66ceb1a862d351203925dcfc3dcf9f73580
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue