Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Fix run exports for libtorch and remove magma pinnings - Protobuf 4.25.3 #235

Merged
merged 8 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
Comment on lines 35 to +36
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, the brought pytorch up-to-date with the latest protobuf migration! 🥳

megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '11'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand All @@ -29,7 +33,7 @@ libcblas:
liblapack:
- 3.9 *netlib
libprotobuf:
- 4.25.1
- 4.25.3
megabuild:
- 'true'
mkl:
Expand Down Expand Up @@ -59,6 +63,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
Expand Down

This file was deleted.

Loading