Unverified Commit d14ca0f5 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

0.5.1 (#194)

* update workflow; fix Literal

* fix format

* fix typo
parent 9ab65d2c
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
# support version based on: https://download.pytorch.org/whl/torch/ # support version based on: https://download.pytorch.org/whl/torch/
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
torch-version: [1.11.0, 1.12.0, 1.13.0, 2.0.0] torch-version: [1.11.0, 1.12.0, 1.13.0, 2.0.0]
cuda-version: ['cu102', cu113', 'cu115', 'cu116', 'cu117', 'cu118'] cuda-version: ['cu102', 'cu113', 'cu115', 'cu116', 'cu117', 'cu118']
exclude: exclude:
- torch-version: 1.11.0 - torch-version: 1.11.0
python-version: '3.11' python-version: '3.11'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment