Skip to content

Commit

Permalink
update guide and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormordan committed Oct 11, 2023
1 parent 6effda5 commit a2bc4dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
conda: True
- os: ubuntu-latest
python: '3.10'
torch: 2.0.1+cpu
torchvision: 0.15.2+cpu
torch: 2.1.0+cpu
torchvision: 0.16.0+cpu
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: macos-latest
Expand All @@ -44,8 +44,8 @@ jobs:
conda: True
- os: macos-latest
python: '3.10'
torch: 2.0.1
torchvision: 0.15.2
torch: 2.1.0
torchvision: 0.16.0
torch-source: https://download.pytorch.org/whl/torch_stable.html
build-isolation: True
- os: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions guide/faq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Installation with older PyTorch versions\n",
"## Installation with different PyTorch versions\n",
"\n",
"When installing `openpifpaf-vita` with some older PyTorch version, an error (`undefined symbol`) can happen.\n",
"When installing `openpifpaf-vita` with a different PyTorch version than the default one provided by `pip` (last stable version), an error (`undefined symbol`) can happen.\n",
"Try using the `pip` option `--no-build-isolation` to solve the issue."
]
},
Expand Down

0 comments on commit a2bc4dc

Please sign in to comment.