We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27ead7 commit d9e4d51Copy full SHA for d9e4d51
1 file changed
lib/docs/scrapers/pytorch.rb
@@ -18,12 +18,12 @@ class Pytorch < UrlScraper
18
PyTorch has a BSD-style license, as found in the <a href="https://github.com/pytorch/pytorch/blob/main/LICENSE">LICENSE</a> file.
19
HTML
20
21
- version '2.1' do
+ version '2' do
22
self.release = '2.1'
23
self.base_url = "https://pytorch.org/docs/#{release}/"
24
end
25
26
- version '1.13' do
+ version '1' do
27
self.release = '1.13'
28
29
0 commit comments