Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

bump pytorch #107

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions D2Go/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target 'D2Go' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

pod 'LibTorch-Lite', '~>1.9.0'
pod 'LibTorchvision', '0.10.0'
pod 'LibTorch-Lite', '~>1.13.0'
pod 'LibTorchvision', '0.11.1'

end