Skip to content

Commit d9e4d51

Browse files
committed
pytorch: version 2 and version 1
1 parent e27ead7 commit d9e4d51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/docs/scrapers/pytorch.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ class Pytorch < UrlScraper
1818
PyTorch has a BSD-style license, as found in the <a href="https://github.com/pytorch/pytorch/blob/main/LICENSE">LICENSE</a> file.
1919
HTML
2020

21-
version '2.1' do
21+
version '2' do
2222
self.release = '2.1'
2323
self.base_url = "https://pytorch.org/docs/#{release}/"
2424
end
2525

26-
version '1.13' do
26+
version '1' do
2727
self.release = '1.13'
2828
self.base_url = "https://pytorch.org/docs/#{release}/"
2929
end

0 commit comments

Comments
 (0)