Skip to content

Commit

Permalink
Add wechat QR code
Browse files Browse the repository at this point in the history
  • Loading branch information
hipudding authored and FFFrog committed Jun 17, 2024
1 parent 7bbad00 commit 3a437ff
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
Binary file added _static/images/pytorch_wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions _static/package_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,18 +196,18 @@ const pytorch_versions = {
torch_npu: '2.2.0',
npu_branch: 'v2.2.0-6.0.rc1',
cann: 'CANN 8.0.RC1',
docker: 'cosdt/torch:2.2.0'
docker: 'cosdt/pytorch:2.2.0'
},
'2.1.0': {
torch_npu: '2.1.0.post3',
npu_branch: 'v2.1.0-6.0.rc1',
cann: 'CANN 8.0.RC1',
docker: 'cosdt/torch:2.1.0'
docker: 'cosdt/pytorch:2.1.0'
},
'2.0.1': {
torch_npu: '2.0.1.post1',
npu_branch: 'v2.1.0-5.0.0',
cann: 'CANN 7.0.0',
docker: 'cosdt/torch:2.0.1'
docker: 'cosdt/pytorch:2.0.1'
}
}
9 changes: 9 additions & 0 deletions sources/pytorch/faq.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FAQ
=========

微信群
-----------

.. image:: ../../_static/images/pytorch_wechat.jpg
:width: 400px
:align: left
3 changes: 2 additions & 1 deletion sources/pytorch/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ PyTorch
install.rst
quick_start.rst
examples.rst
api_doc.rst
api_doc.rst
faq.rst
2 changes: 1 addition & 1 deletion sources/pytorch/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@
y = torch.randn(2, 2).npu()
z = x.mm(y)
print(z)
print(z)

0 comments on commit 3a437ff

Please sign in to comment.