pytorch: version 2 and version 1

This commit is contained in:
Simon Legner 2024-01-21 20:36:23 +01:00
parent e27ead7c64
commit d9e4d516b8

View file

@ -18,12 +18,12 @@ module Docs
PyTorch has a BSD-style license, as found in the <a href="https://github.com/pytorch/pytorch/blob/main/LICENSE">LICENSE</a> file.
HTML
version '2.1' do
version '2' do
self.release = '2.1'
self.base_url = "https://pytorch.org/docs/#{release}/"
end
version '1.13' do
version '1' do
self.release = '1.13'
self.base_url = "https://pytorch.org/docs/#{release}/"
end