mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
pytorch: version 2 and version 1
This commit is contained in:
parent
e27ead7c64
commit
d9e4d516b8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue