mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add dep on Accelerate framework to torch podspecs (#88422)
A dep on Accelerate was added in https://github.com/pytorch/pytorch/pull/80449 We need to declare this dep in our podspec, otherwise users will have to add the Accelerate framework to their projects manually. Pull Request resolved: https://github.com/pytorch/pytorch/pull/88422 Approved by: https://github.com/kimishpatel, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
dc00bb51b8
commit
ead36e5a90
@ -33,4 +33,5 @@ Pod::Spec.new do |s|
|
||||
'VALID_ARCHS' => 'x86_64 arm64'
|
||||
}
|
||||
s.library = ['c++', 'stdc++']
|
||||
s.frameworks = 'Accelerate'
|
||||
end
|
||||
|
@ -33,4 +33,5 @@ Pod::Spec.new do |s|
|
||||
'VALID_ARCHS' => 'x86_64 arm64'
|
||||
}
|
||||
s.library = ['c++', 'stdc++']
|
||||
s.frameworks = 'Accelerate'
|
||||
end
|
||||
|
Reference in New Issue
Block a user